Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.vespa-yellow {
color: #f4d19f;
}
.delicate-lace {
color: #f2e5d4;
}
.blue-dam {
color: #a5c6d5;
}
.seastone {
color: #7d8b8c;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--vespa-yellow:#f4d19f;
--delicate-lace:#f2e5d4;
--blue-dam:#a5c6d5;
--seastone:#7d8b8c;
}