Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-pink {
color: #ff998a;
}
.desert-sunrise {
color: #ffb28f;
}
.vibrant {
color: #ffd54d;
}
.smooth-satin {
color: #a1d4d4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-pink:#ff998a;
--desert-sunrise:#ffb28f;
--vibrant:#ffd54d;
--smooth-satin:#a1d4d4;
}