Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.banana-drama {
color: #f1d84b;
}
.sky-of-ocean {
color: #7fceeb;
}
.just-a-fairytale {
color: #695b9a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--banana-drama:#f1d84b;
--sky-of-ocean:#7fceeb;
--just-a-fairytale:#695b9a;
}