Color names in this palette
CSS code for this palette
/* CSS */
.sky-high {
color: #a2c2e6;
}
.buoyant-blue {
color: #81b0d9;
}
.blueberry-soft-blue {
color: #5c9bc1;
}
.curious-blue {
color: #3985b1;
}
.turkish-tile {
color: #007e9e;
}
/* CSS Variables */
:root {
--sky-high:#a2c2e6;
--buoyant-blue:#81b0d9;
--blueberry-soft-blue:#5c9bc1;
--curious-blue:#3985b1;
--turkish-tile:#007e9e;
}