Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.cowbell {
color: #ffe680;
}
.baby-blue-eyes {
color: #9fc8f4;
}
.byzantine-night-blue {
color: #6b7cff;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--cowbell:#ffe680;
--baby-blue-eyes:#9fc8f4;
--byzantine-night-blue:#6b7cff;
}