Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.maximum-yellow-red {
color: #f1b74b;
}
.focus-point {
color: #91c5ba;
}
.juicy-details {
color: #d77b79;
}
.sun-bleached-ochre {
color: #e2a87e;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--maximum-yellow-red:#f1b74b;
--focus-point:#91c5ba;
--juicy-details:#d77b79;
--sun-bleached-ochre:#e2a87e;
}