Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.floral-leaf {
color: #ffb84d;
}
.peach-of-mind {
color: #ffe3b3;
}
.twinkling-lights {
color: #fff9c2;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--floral-leaf:#ffb84d;
--peach-of-mind:#ffe3b3;
--twinkling-lights:#fff9c2;
}