Color names in this palette
CSS code for this palette
/* CSS */
.chill-of-the-night {
color: #1d6c91;
}
.santorini {
color: #3cb7d3;
}
.electric-lemonade {
color: #5ed1e8;
}
.solar-power {
color: #f2b636;
}
.sweet-pimento {
color: #f45f48;
}
/* CSS Variables */
:root {
--chill-of-the-night:#1d6c91;
--santorini:#3cb7d3;
--electric-lemonade:#5ed1e8;
--solar-power:#f2b636;
--sweet-pimento:#f45f48;
}