Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a1d1e8;
}
.welcoming-wasp {
color: #f0a800;
}
.sun-orange {
color: #f47b1f;
}
.crab-curry {
color: #d64b24;
}
.rose-violet {
color: #c84c92;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a1d1e8;
--welcoming-wasp:#f0a800;
--sun-orange:#f47b1f;
--crab-curry:#d64b24;
--rose-violet:#c84c92;
}