Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.citrus-sachet {
color: #f3c7a5;
}
.champagne-gold {
color: #e6d5b3;
}
.iced-avocado {
color: #c8e6b7;
}
.chefchaouen-blue {
color: #a6d1e8;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--citrus-sachet:#f3c7a5;
--champagne-gold:#e6d5b3;
--iced-avocado:#c8e6b7;
--chefchaouen-blue:#a6d1e8;
}