Color names in this palette
CSS code for this palette
/* CSS */
.floral-leaf {
color: #ffb84d;
}
.sunset-yellow {
color: #ff8b3d;
}
.grapefruit {
color: #ff5c57;
}
.bastard-amber {
color: #ffce8a;
}
.vibrant {
color: #ffd54d;
}
/* CSS Variables */
:root {
--floral-leaf:#ffb84d;
--sunset-yellow:#ff8b3d;
--grapefruit:#ff5c57;
--bastard-amber:#ffce8a;
--vibrant:#ffd54d;
}