Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c04e;
}
.bright-mango {
color: #ff8c2e;
}
.portland-orange {
color: #ff5938;
}
.french-fuchsia {
color: #ff3d8e;
}
.trunks-hair {
color: #a35ec5;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c04e;
--bright-mango:#ff8c2e;
--portland-orange:#ff5938;
--french-fuchsia:#ff3d8e;
--trunks-hair:#a35ec5;
}