Color names in this palette
CSS code for this palette
/* CSS */
.golden-opportunity {
color: #f9c16c;
}
.melon-baby {
color: #f27d69;
}
.rosy-cheeks {
color: #d84f6b;
}
.indigo-light {
color: #5c7cd6;
}
.reef-green {
color: #a3e6c4;
}
/* CSS Variables */
:root {
--golden-opportunity:#f9c16c;
--melon-baby:#f27d69;
--rosy-cheeks:#d84f6b;
--indigo-light:#5c7cd6;
--reef-green:#a3e6c4;
}