Color names in this palette
CSS code for this palette
/* CSS */
.mystic-tulip {
color: #f7b5a1;
}
.australian-apricot {
color: #f5c5a3;
}
.antique-wicker-basket {
color: #f2d2a1;
}
.sun-deck {
color: #f1e09d;
}
.bottlebrush-blossom {
color: #e9f6b1;
}
/* CSS Variables */
:root {
--mystic-tulip:#f7b5a1;
--australian-apricot:#f5c5a3;
--antique-wicker-basket:#f2d2a1;
--sun-deck:#f1e09d;
--bottlebrush-blossom:#e9f6b1;
}