Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f6c84c;
}
.balinese-sunset {
color: #f19f79;
}
.sour-cherry {
color: #e04938;
}
.purple-cactus-flower {
color: #9f3c98;
}
.azraq-blue {
color: #4a6dba;
}
/* CSS Variables */
:root {
--sunny-mood:#f6c84c;
--balinese-sunset:#f19f79;
--sour-cherry:#e04938;
--purple-cactus-flower:#9f3c98;
--azraq-blue:#4a6dba;
}