Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.sunny-mood {
color: #f7c94b;
}
.aquamarine-blue {
color: #6bcfe1;
}
.fennel-flower {
color: #6b9cff;
}
.lavender {
color: #ac6ce5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--sunny-mood:#f7c94b;
--aquamarine-blue:#6bcfe1;
--fennel-flower:#6b9cff;
--lavender:#ac6ce5;
}