Color names in this palette
CSS code for this palette
/* CSS */
.flax-flower-blue {
color: #3d9ae1;
}
.candid-blue {
color: #66c4e1;
}
.chefchaouen-blue {
color: #a2d3e7;
}
.oyster-bisque {
color: #f1e5b1;
}
.calabrese {
color: #f1a8a2;
}
/* CSS Variables */
:root {
--flax-flower-blue:#3d9ae1;
--candid-blue:#66c4e1;
--chefchaouen-blue:#a2d3e7;
--oyster-bisque:#f1e5b1;
--calabrese:#f1a8a2;
}