Color names in this palette
CSS code for this palette
/* CSS */
.flambrosia {
color: #e6a400;
}
.curry-bubbles {
color: #f5b800;
}
.flirtatious {
color: #fdd835;
}
.hollandaise {
color: #ffec3d;
}
.not-yo-cheese {
color: #fbc02d;
}
/* CSS Variables */
:root {
--flambrosia:#e6a400;
--curry-bubbles:#f5b800;
--flirtatious:#fdd835;
--hollandaise:#ffec3d;
--not-yo-cheese:#fbc02d;
}