Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.exotic-blossom {
color: #ff9e42;
}
.forsythia-blossom {
color: #f3d66d;
}
.blue-tint {
color: #a0d9d3;
}
.malibu {
color: #6abae2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--exotic-blossom:#ff9e42;
--forsythia-blossom:#f3d66d;
--blue-tint:#a0d9d3;
--malibu:#6abae2;
}