Color names in this palette
CSS code for this palette
/* CSS */
.breeze-of-chilli {
color: #f76e6e;
}
.florida-sunrise {
color: #f9a771;
}
.deviled-egg {
color: #fbd679;
}
.lime-lizard {
color: #a8d95e;
}
.golf-course {
color: #5c9b4b;
}
/* CSS Variables */
:root {
--breeze-of-chilli:#f76e6e;
--florida-sunrise:#f9a771;
--deviled-egg:#fbd679;
--lime-lizard:#a8d95e;
--golf-course:#5c9b4b;
}