Color names in this palette
CSS code for this palette
/* CSS */
.cyan-cornflower-blue {
color: #1e8cc2;
}
.candid-blue {
color: #68c5e3;
}
.atmospheric-soft-blue {
color: #a7e1f1;
}
.cr-me-de-la-cr-me {
color: #f3e9b4;
}
.durotar-fire {
color: #f05e28;
}
/* CSS Variables */
:root {
--cyan-cornflower-blue:#1e8cc2;
--candid-blue:#68c5e3;
--atmospheric-soft-blue:#a7e1f1;
--cr-me-de-la-cr-me:#f3e9b4;
--durotar-fire:#f05e28;
}