Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.greek-sea {
color: #71a3ef;
}
.sunny-mood {
color: #f7c94b;
}
.favorite-lavender {
color: #d9a1d6;
}
.mandarin-peel {
color: #ff9d00;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--greek-sea:#71a3ef;
--sunny-mood:#f7c94b;
--favorite-lavender:#d9a1d6;
--mandarin-peel:#ff9d00;
}