Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.leery-lemon {
color: #f7c41d;
}
.royal-star {
color: #f9e24e;
}
.florida-sunrise {
color: #f6a76f;
}
.natural-candy-pink {
color: #e57179;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--leery-lemon:#f7c41d;
--royal-star:#f9e24e;
--florida-sunrise:#f6a76f;
--natural-candy-pink:#e57179;
}