Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-cobbler {
color: #ffa166;
}
.equatorial {
color: #ffcc85;
}
.peach-of-mind {
color: #ffe3b3;
}
.blue-angels-yellow {
color: #fab700;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-cobbler:#ffa166;
--equatorial:#ffcc85;
--peach-of-mind:#ffe3b3;
--blue-angels-yellow:#fab700;
}