Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.cerulean-frost {
color: #6d9dc5;
}
.first-date {
color: #f7afa1;
}
.bright-khaki {
color: #f0e78e;
}
.sun-bleached-ochre {
color: #e3a97d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--cerulean-frost:#6d9dc5;
--first-date:#f7afa1;
--bright-khaki:#f0e78e;
--sun-bleached-ochre:#e3a97d;
}