Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.citrus-sachet {
color: #f4caa9;
}
.gold-strand {
color: #f2e0a6;
}
.canvas-luggage {
color: #e2d8c5;
}
.sea-lavender {
color: #d2b2d7;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--citrus-sachet:#f4caa9;
--gold-strand:#f2e0a6;
--canvas-luggage:#e2d8c5;
--sea-lavender:#d2b2d7;
}