Color names in this palette
CSS code for this palette
/* CSS */
.starlight-blue {
color: #b5d0d4;
}
.touch-of-turquoise {
color: #9fd5d1;
}
.beau-monde {
color: #78b5a0;
}
.winter-green {
color: #4f8c7b;
}
.dignified {
color: #3b685d;
}
/* CSS Variables */
:root {
--starlight-blue:#b5d0d4;
--touch-of-turquoise:#9fd5d1;
--beau-monde:#78b5a0;
--winter-green:#4f8c7b;
--dignified:#3b685d;
}