Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.melon-melody {
color: #fbc18e;
}
.couscous {
color: #fde09b;
}
.straw {
color: #e5d76c;
}
.sweet-honey {
color: #d5a55d;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--melon-melody:#fbc18e;
--couscous:#fde09b;
--straw:#e5d76c;
--sweet-honey:#d5a55d;
}