Color names in this palette
CSS code for this palette
/* CSS */
.cerulean-frost {
color: #6f9cc3;
}
.template {
color: #a9cae5;
}
.boxwood-yellow {
color: #f0e6a3;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--cerulean-frost:#6f9cc3;
--template:#a9cae5;
--boxwood-yellow:#f0e6a3;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}