Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-sloth {
color: #c7dde5;
}
.mr-frosty {
color: #a4c7db;
}
.heavenly {
color: #7eb2c4;
}
.starflower-blue {
color: #4a9cb0;
}
.valley-of-glaciers {
color: #2a7b98;
}
/* CSS Variables */
:root {
--light-blue-sloth:#c7dde5;
--mr-frosty:#a4c7db;
--heavenly:#7eb2c4;
--starflower-blue:#4a9cb0;
--valley-of-glaciers:#2a7b98;
}