Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.butter-cream {
color: #f1b341;
}
.orioles {
color: #f1865f;
}
.coral-paradise {
color: #e76a85;
}
.prickly-purple {
color: #a45eb5;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--butter-cream:#f1b341;
--orioles:#f1865f;
--coral-paradise:#e76a85;
--prickly-purple:#a45eb5;
}