Color names in this palette
CSS code for this palette
/* CSS */
.vitamin-c {
color: #ff9900;
}
.electric-glow {
color: #ffd000;
}
.hollandaise {
color: #fff047;
}
.frosted-mint-hills {
color: #d2f9c3;
}
.botanical-tint {
color: #a6e3d7;
}
/* CSS Variables */
:root {
--vitamin-c:#ff9900;
--electric-glow:#ffd000;
--hollandaise:#fff047;
--frosted-mint-hills:#d2f9c3;
--botanical-tint:#a6e3d7;
}