Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.ginger-peach {
color: #f9d29f;
}
.durango-dust {
color: #f9e49f;
}
.winsome-hue {
color: #a6d8e2;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--ginger-peach:#f9d29f;
--durango-dust:#f9e49f;
--winsome-hue:#a6d8e2;
--sea-cliff:#a3c7e0;
}