Color names in this palette
CSS code for this palette
/* CSS */
.cerulean-frost {
color: #6e9dc4;
}
.melt-ice {
color: #b4c9e4;
}
.fulgrim-pink {
color: #f2b1d2;
}
.shrimp-cocktail {
color: #f4a462;
}
.coral-orange {
color: #e86f4a;
}
/* CSS Variables */
:root {
--cerulean-frost:#6e9dc4;
--melt-ice:#b4c9e4;
--fulgrim-pink:#f2b1d2;
--shrimp-cocktail:#f4a462;
--coral-orange:#e86f4a;
}