Color names in this palette
CSS code for this palette
/* CSS */
.sea-cliff {
color: #a3c7e0;
}
.serendipity {
color: #bae3da;
}
.american-yellow {
color: #f5b400;
}
.radiant-yellow {
color: #f99e1f;
}
.inferno {
color: #d95c36;
}
/* CSS Variables */
:root {
--sea-cliff:#a3c7e0;
--serendipity:#bae3da;
--american-yellow:#f5b400;
--radiant-yellow:#f99e1f;
--inferno:#d95c36;
}