Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #a2c2e6;
}
.cerulean-frost {
color: #6b9bc2;
}
.tech-wave {
color: #4c7d9a;
}
.sweet-maple {
color: #d8b169;
}
.emberglow {
color: #e56a57;
}
/* CSS Variables */
:root {
--sky-high:#a2c2e6;
--cerulean-frost:#6b9bc2;
--tech-wave:#4c7d9a;
--sweet-maple:#d8b169;
--emberglow:#e56a57;
}