Color names in this palette
CSS code for this palette
/* CSS */
.classic-rose {
color: #f9c8e5;
}
.violet-kiss {
color: #f1a2d4;
}
.sachet-pink {
color: #f78db7;
}
.amber-yellow {
color: #f6b85a;
}
.flame-seal {
color: #f1e25b;
}
/* CSS Variables */
:root {
--classic-rose:#f9c8e5;
--violet-kiss:#f1a2d4;
--sachet-pink:#f78db7;
--amber-yellow:#f6b85a;
--flame-seal:#f1e25b;
}