Color names in this palette
CSS code for this palette
/* CSS */
.rayo-de-sol {
color: #f6c355;
}
.carrot-orange {
color: #f28b1c;
}
.pastel-strawberry {
color: #f04c4c;
}
.rosy-cheeks {
color: #e1566f;
}
.veronica-purple {
color: #7e2a7b;
}
/* CSS Variables */
:root {
--rayo-de-sol:#f6c355;
--carrot-orange:#f28b1c;
--pastel-strawberry:#f04c4c;
--rosy-cheeks:#e1566f;
--veronica-purple:#7e2a7b;
}