Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.peach-cobbler {
color: #ffa166;
}
.hint-of-honey {
color: #ffd86b;
}
.roadster-yellow {
color: #f1e0a2;
}
.kindred {
color: #6ea2d4;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--peach-cobbler:#ffa166;
--hint-of-honey:#ffd86b;
--roadster-yellow:#f1e0a2;
--kindred:#6ea2d4;
}