Color names in this palette
CSS code for this palette
/* CSS */
.radiant-sun {
color: #f1ce50;
}
.polished-gold {
color: #f2a85a;
}
.morning-marmalade {
color: #f28b69;
}
.flower-blossom-pink {
color: #f27d87;
}
.shark-bait {
color: #f2699b;
}
/* CSS Variables */
:root {
--radiant-sun:#f1ce50;
--polished-gold:#f2a85a;
--morning-marmalade:#f28b69;
--flower-blossom-pink:#f27d87;
--shark-bait:#f2699b;
}