Color names in this palette
CSS code for this palette
/* CSS */
.vermilion-bird {
color: #f44034;
}
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.marigold {
color: #ffc105;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--vermilion-bird:#f44034;
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--marigold:#ffc105;
--hollandaise:#ffec3d;
}