Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.broom-butterfly-blue {
color: #6eb5d8;
}
.sunny-mood {
color: #f7c94b;
}
.flirty-rose {
color: #d55d8d;
}
.galactic-purple {
color: #3d2a92;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--broom-butterfly-blue:#6eb5d8;
--sunny-mood:#f7c94b;
--flirty-rose:#d55d8d;
--galactic-purple:#3d2a92;
}