Color names in this palette
CSS code for this palette
/* CSS */
.blue-chill {
color: #3d8d8f;
}
.keppel {
color: #5fb9a1;
}
.cold-blue {
color: #89e1d8;
}
.ode-to-green {
color: #b7e6d8;
}
.heavy-sugar {
color: #f1f5ef;
}
/* CSS Variables */
:root {
--blue-chill:#3d8d8f;
--keppel:#5fb9a1;
--cold-blue:#89e1d8;
--ode-to-green:#b7e6d8;
--heavy-sugar:#f1f5ef;
}