Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.warming-heart {
color: #d84b3b;
}
.our-little-secret {
color: #a54a7c;
}
.pink-hydrangea {
color: #f9c1b9;
}
.american-yellow {
color: #f0b400;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--warming-heart:#d84b3b;
--our-little-secret:#a54a7c;
--pink-hydrangea:#f9c1b9;
--american-yellow:#f0b400;
}