Color names in this palette
CSS code for this palette
/* CSS */
.chefchaouen-blue {
color: #a4d1e5;
}
.simple-pink {
color: #f6a2af;
}
.glitter-yellow {
color: #f8d75d;
}
.yellow-lotus {
color: #f5d099;
}
.mystic-tulip {
color: #f7b8a1;
}
/* CSS Variables */
:root {
--chefchaouen-blue:#a4d1e5;
--simple-pink:#f6a2af;
--glitter-yellow:#f8d75d;
--yellow-lotus:#f5d099;
--mystic-tulip:#f7b8a1;
}