Color names in this palette
CSS code for this palette
/* CSS */
.antilles-blue {
color: #3a5e8d;
}
.scott-base {
color: #6aa2c8;
}
.glacier-point {
color: #b2d9e6;
}
.shrimp-cocktail {
color: #f4a462;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--antilles-blue:#3a5e8d;
--scott-base:#6aa2c8;
--glacier-point:#b2d9e6;
--shrimp-cocktail:#f4a462;
--entan-red:#e76e50;
}