Color names in this palette
CSS code for this palette
/* CSS */
.baltic {
color: #1f9b9e;
}
.pharaoh-s-seas {
color: #5ac0c4;
}
.winter-chill {
color: #8dd4d8;
}
.cool-crayon {
color: #b2e6e3;
}
.distant-horizon {
color: #f0f9f6;
}
/* CSS Variables */
:root {
--baltic:#1f9b9e;
--pharaoh-s-seas:#5ac0c4;
--winter-chill:#8dd4d8;
--cool-crayon:#b2e6e3;
--distant-horizon:#f0f9f6;
}