Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.apricot-obsession {
color: #f8c3b4;
}
.frangipane {
color: #f5d4b2;
}
.schabziger-green {
color: #e1e5b8;
}
.frugal {
color: #a6d8b6;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--apricot-obsession:#f8c3b4;
--frangipane:#f5d4b2;
--schabziger-green:#e1e5b8;
--frugal:#a6d8b6;
}