Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f7b5a1;
}
.veiled-pink {
color: #f9e0d7;
}
.light-blue-glint {
color: #a9d3e0;
}
.blue-astro {
color: #4dabdb;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f7b5a1;
--veiled-pink:#f9e0d7;
--light-blue-glint:#a9d3e0;
--blue-astro:#4dabdb;
}