Color names in this palette
CSS code for this palette
/* CSS */
.sultan-gold {
color: #f3a81b;
}
.creamy-sweet-corn {
color: #f6c34c;
}
.basil-smash {
color: #b2e09e;
}
.fennel-flower {
color: #6eacf2;
}
.ocean-call {
color: #2f6e92;
}
/* CSS Variables */
:root {
--sultan-gold:#f3a81b;
--creamy-sweet-corn:#f6c34c;
--basil-smash:#b2e09e;
--fennel-flower:#6eacf2;
--ocean-call:#2f6e92;
}