Color names in this palette
CSS code for this palette
/* CSS */
.breeze-of-chilli {
color: #f76e6e;
}
.rajah {
color: #f9a65d;
}
.xanthic {
color: #f8e61b;
}
.minted-elegance {
color: #6dd0a0;
}
.dayflower {
color: #3c9cd7;
}
/* CSS Variables */
:root {
--breeze-of-chilli:#f76e6e;
--rajah:#f9a65d;
--xanthic:#f8e61b;
--minted-elegance:#6dd0a0;
--dayflower:#3c9cd7;
}