Color names in this palette
CSS code for this palette
/* CSS */
.flax-flower-blue {
color: #3d9ae1;
}
.candid-blue {
color: #68c5e3;
}
.everest {
color: #a1e3e0;
}
.straw-hat {
color: #f1d3a7;
}
.chat-orange {
color: #f79c40;
}
/* CSS Variables */
:root {
--flax-flower-blue:#3d9ae1;
--candid-blue:#68c5e3;
--everest:#a1e3e0;
--straw-hat:#f1d3a7;
--chat-orange:#f79c40;
}