Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.butter-cookie {
color: #f0e3b2;
}
.casablanca {
color: #f6b151;
}
.grapefruit-pulp {
color: #ff6e61;
}
.orange-ochre {
color: #d97c30;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--butter-cookie:#f0e3b2;
--casablanca:#f6b151;
--grapefruit-pulp:#ff6e61;
--orange-ochre:#d97c30;
}