Color names in this palette
CSS code for this palette
/* CSS */
.beach-party {
color: #f9cf5d;
}
.chaat-masala {
color: #f27e31;
}
.smooch-rouge {
color: #d6384d;
}
.viva-magenta {
color: #a24e89;
}
.allegiance {
color: #5b6a8b;
}
/* CSS Variables */
:root {
--beach-party:#f9cf5d;
--chaat-masala:#f27e31;
--smooch-rouge:#d6384d;
--viva-magenta:#a24e89;
--allegiance:#5b6a8b;
}