@ -1,7 +1,7 @@
@@ -1,7 +1,7 @@
/ * *
* Design System Variables - lukastitch . corneruniverse . com
*
* Color Palette : Pastel pink , purple , and grey
* Color Palette : Pastel pink , purple , and grey with creamy white background
* Mood : Warm , cozy , handcrafted feel
*
* AI CODING TOOL INSTRUCTIONS :
@ -15,7 +15,7 @@
@@ -15,7 +15,7 @@
: root {
/ * = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
PASTEL COLOR PALETTE
Pink , Purple , and Grey as requeste d
Pink , Purple , and Grey with Creamy White Backgroun d
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = * /
/* Primary: Soft Pastel Pink */
@ -33,10 +33,10 @@
@@ -33,10 +33,10 @@
--color-grey-light : # e0e0e0 ;
--color-grey-dark : # 6e6e6e ;
/* Background Colors */
--color-background : # fefcfd ;
--color-background-soft : # fdf5f8 ;
--color-background-mute : # f8ee f2 ;
/* Background Colors - Creamy White Theme */
--color-background : # fefbf7 ;
--color-background-soft : # fdf9f5 ;
--color-background-mute : # faf6 f2 ;
/* Text Colors */
--color-text : # 4a4a4a ;
@ -129,4 +129,4 @@
@@ -129,4 +129,4 @@
--color-primary : # f4a5c0 ;
--color-secondary : # c9a5f4 ;
}
}
}