Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3e8e8e;
}
.rockpool {
color: #509f9f;
}
.aqua-sky {
color: #71c1c1;
}
.aqua-spray {
color: #a4dada;
}
.bone-chilling {
color: #e3f2f2;
}
/* CSS Variables */
:root {
--blue-chill:#3e8e8e;
--rockpool:#509f9f;
--aqua-sky:#71c1c1;
--aqua-spray:#a4dada;
--bone-chilling:#e3f2f2;
}