Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a1d3e8;
}
.old-flame {
color: #f0b7b2;
}
.sun-dust {
color: #f6e1a2;
}
.eerie-glow {
color: #a6d8b9;
}
.gumball {
color: #e6b3d3;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a1d3e8;
--old-flame:#f0b7b2;
--sun-dust:#f6e1a2;
--eerie-glow:#a6d8b9;
--gumball:#e6b3d3;
}