Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3a8d8d;
}
.hygiene-green {
color: #5bb9b9;
}
.cold-blue {
color: #83e2e2;
}
.waterspout {
color: #a3f5f5;
}
.coastal-breeze {
color: #e2f8f8;
}
/* CSS Variables */
:root {
--blue-chill:#3a8d8d;
--hygiene-green:#5bb9b9;
--cold-blue:#83e2e2;
--waterspout:#a3f5f5;
--coastal-breeze:#e2f8f8;
}