Color names in this palette
CSS code for this palette
/* CSS */
.viva-magenta {
color: #9c498c;
}
.ceremonial-gold {
color: #d3a15a;
}
.bright-khaki {
color: #f0e78e;
}
.pearl-bay {
color: #7dc7ca;
}
.turkish-jade {
color: #298b8e;
}
/* CSS Variables */
:root {
--viva-magenta:#9c498c;
--ceremonial-gold:#d3a15a;
--bright-khaki:#f0e78e;
--pearl-bay:#7dc7ca;
--turkish-jade:#298b8e;
}