Color names in this palette
CSS code for this palette
/* CSS */
.whale-s-mouth {
color: #c8d4d5;
}
.jungle-mist {
color: #b1c3c4;
}
.cold-front-green {
color: #88b1b4;
}
.coolbox-ice-turquoise {
color: #499b9c;
}
.blue-hosta {
color: #2a7374;
}
/* CSS Variables */
:root {
--whale-s-mouth:#c8d4d5;
--jungle-mist:#b1c3c4;
--cold-front-green:#88b1b4;
--coolbox-ice-turquoise:#499b9c;
--blue-hosta:#2a7374;
}