Color names in this palette
CSS code for this palette
/* CSS */
.pale-banana {
color: #f6e48e;
}
.lighthouse-glow {
color: #f9d36c;
}
.chat-orange {
color: #f99f3e;
}
.breeze-of-chilli {
color: #f26e6e;
}
.re-entry {
color: #d94a4a;
}
/* CSS Variables */
:root {
--pale-banana:#f6e48e;
--lighthouse-glow:#f9d36c;
--chat-orange:#f99f3e;
--breeze-of-chilli:#f26e6e;
--re-entry:#d94a4a;
}