Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #497b9c;
}
.adventure-isle {
color: #6fa1b8;
}
.mr-frosty {
color: #a1c5d9;
}
.fresco-cream {
color: #f8c8a5;
}
.warming-heart {
color: #d64f3d;
}
/* CSS Variables */
:root {
--zenith:#497b9c;
--adventure-isle:#6fa1b8;
--mr-frosty:#a1c5d9;
--fresco-cream:#f8c8a5;
--warming-heart:#d64f3d;
}