Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.vespa-yellow {
color: #f4d29f;
}
.james-blonde {
color: #f1e5b7;
}
.wingsuit-wind {
color: #b7d7d1;
}
.sea-cliff {
color: #a3c7e0;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--vespa-yellow:#f4d29f;
--james-blonde:#f1e5b7;
--wingsuit-wind:#b7d7d1;
--sea-cliff:#a3c7e0;
}