Color names in this palette
CSS code for this palette
/* CSS */
.ocean-call {
color: #296d8e;
}
.dupain {
color: #5a9bbf;
}
.chefchaouen-blue {
color: #a3d1e6;
}
.anise-flower {
color: #f3e2b4;
}
.salsa-sizzle {
color: #f07b3d;
}
/* CSS Variables */
:root {
--ocean-call:#296d8e;
--dupain:#5a9bbf;
--chefchaouen-blue:#a3d1e6;
--anise-flower:#f3e2b4;
--salsa-sizzle:#f07b3d;
}