Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f7c34b;
}
.honey-glow {
color: #eab543;
}
.field-poppy {
color: #d76b3c;
}
.slate-pink {
color: #b6546e;
}
.viva-magenta {
color: #a24e8b;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f7c34b;
--honey-glow:#eab543;
--field-poppy:#d76b3c;
--slate-pink:#b6546e;
--viva-magenta:#a24e8b;
}