Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.vibrant {
color: #ffd54d;
}
.be-spontaneous {
color: #a0d468;
}
.adriatic-blue {
color: #5b8b9a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--vibrant:#ffd54d;
--be-spontaneous:#a0d468;
--adriatic-blue:#5b8b9a;
}