Color names in this palette
CSS code for this palette
/* CSS */
.golden-rain-yellow {
color: #ffb657;
}
.bellini-fizz {
color: #f6c78e;
}
.peach-patch {
color: #f2d6a1;
}
.city-of-pink-angels {
color: #e7b4a2;
}
.sweet-perfume {
color: #d69ebc;
}
/* CSS Variables */
:root {
--golden-rain-yellow:#ffb657;
--bellini-fizz:#f6c78e;
--peach-patch:#f2d6a1;
--city-of-pink-angels:#e7b4a2;
--sweet-perfume:#d69ebc;
}