Color names in this palette
CSS code for this palette
/* CSS */
.seaglass {
color: #d1e6df;
}
.cay {
color: #a3d1d7;
}
.cooled-blue {
color: #76b7b0;
}
.coolbox-ice-turquoise {
color: #499c9b;
}
.celadon-green {
color: #2c817d;
}
/* CSS Variables */
:root {
--seaglass:#d1e6df;
--cay:#a3d1d7;
--cooled-blue:#76b7b0;
--coolbox-ice-turquoise:#499c9b;
--celadon-green:#2c817d;
}