Color names in this palette
CSS code for this palette
/* CSS */
.dupain {
color: #5b9bbe;
}
.chefchaouen-blue {
color: #a6d1e8;
}
.coastal-breeze {
color: #dff5f6;
}
.peach-butter {
color: #fbaf3c;
}
.coral-gold {
color: #d56d4d;
}
/* CSS Variables */
:root {
--dupain:#5b9bbe;
--chefchaouen-blue:#a6d1e8;
--coastal-breeze:#dff5f6;
--peach-butter:#fbaf3c;
--coral-gold:#d56d4d;
}