Color names in this palette
CSS code for this palette
/* CSS */
.carmine {
color: #d60032;
}
.strawberry-avalanche {
color: #f0493d;
}
.yellow-groove {
color: #f2ba2c;
}
.lemon-filling {
color: #f8e6a5;
}
.desert-star {
color: #f9f0e1;
}
/* CSS Variables */
:root {
--carmine:#d60032;
--strawberry-avalanche:#f0493d;
--yellow-groove:#f2ba2c;
--lemon-filling:#f8e6a5;
--desert-star:#f9f0e1;
}