Color names in this palette
CSS code for this palette
/* CSS */
.caspian-sea {
color: #4c7090;
}
.purple-hyacinth {
color: #7090bd;
}
.lazy-day {
color: #98b2d2;
}
.chalk-beige {
color: #d7c3b2;
}
.antique-hot-pink {
color: #b27b9a;
}
/* CSS Variables */
:root {
--caspian-sea:#4c7090;
--purple-hyacinth:#7090bd;
--lazy-day:#98b2d2;
--chalk-beige:#d7c3b2;
--antique-hot-pink:#b27b9a;
}