Color names in this palette
CSS code for this palette
/* CSS */
.think-pink {
color: #e5a4c0;
}
.bordeaux-hint {
color: #f0b7e1;
}
.kissed-by-mist {
color: #f7caf5;
}
.sunset-peach {
color: #f9a780;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--think-pink:#e5a4c0;
--bordeaux-hint:#f0b7e1;
--kissed-by-mist:#f7caf5;
--sunset-peach:#f9a780;
--grapefruit-pulp:#ff6e61;
}