Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.hint-of-honey {
color: #ffd56b;
}
.aqua-island {
color: #a1d9d5;
}
.just-a-fairytale {
color: #6b5b95;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--hint-of-honey:#ffd56b;
--aqua-island:#a1d9d5;
--just-a-fairytale:#6b5b95;
}