Color names in this palette
CSS code for this palette
/* CSS */
.undercool {
color: #7dc5e3;
}
.aztec-sky {
color: #4eb7d4;
}
.fairy-tale-blue {
color: #3b9cba;
}
.valley-of-glaciers {
color: #2a7998;
}
.oceanic-motion {
color: #1c597d;
}
/* CSS Variables */
:root {
--undercool:#7dc5e3;
--aztec-sky:#4eb7d4;
--fairy-tale-blue:#3b9cba;
--valley-of-glaciers:#2a7998;
--oceanic-motion:#1c597d;
}