Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a2c7e7;
}
.glacier-point {
color: #b5d6e8;
}
.frost-wind {
color: #dbe9f0;
}
.soft-butter {
color: #f5e2b7;
}
.shrimp-cocktail {
color: #f4a462;
}
/* CSS Variables */
:root {
--windsor-way:#a2c7e7;
--glacier-point:#b5d6e8;
--frost-wind:#dbe9f0;
--soft-butter:#f5e2b7;
--shrimp-cocktail:#f4a462;
}