Color names in this palette
CSS code for this palette
/* CSS */
.lightning-yellow {
color: #f9a339;
}
.march-yellow {
color: #f1d388;
}
.chefchaouen-blue {
color: #a1d1e8;
}
.parfait-d-amour {
color: #6f4d99;
}
.watermelon-juice {
color: #e95d87;
}
/* CSS Variables */
:root {
--lightning-yellow:#f9a339;
--march-yellow:#f1d388;
--chefchaouen-blue:#a1d1e8;
--parfait-d-amour:#6f4d99;
--watermelon-juice:#e95d87;
}