Color names in this palette
CSS code for this palette
/* CSS */
.flirty-rose {
color: #d85a8e;
}
.tickled-pink {
color: #f1a7c3;
}
.peach-orange {
color: #ffcc99;
}
.yellow-petal {
color: #f0e54c;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--flirty-rose:#d85a8e;
--tickled-pink:#f1a7c3;
--peach-orange:#ffcc99;
--yellow-petal:#f0e54c;
--grapefruit-pulp:#ff6e61;
}