Color names in this palette
CSS code for this palette
/* CSS */
.rose-mallow {
color: #f3aac5;
}
.vespa-yellow {
color: #f4d29f;
}
.dusty-boots {
color: #f4c390;
}
.stone-fruit {
color: #f1a68e;
}
.light-orchid {
color: #e6a7d7;
}
/* CSS Variables */
:root {
--rose-mallow:#f3aac5;
--vespa-yellow:#f4d29f;
--dusty-boots:#f4c390;
--stone-fruit:#f1a68e;
--light-orchid:#e6a7d7;
}