Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.barrett-quince {
color: #f6d1b1;
}
.menoth-white-base {
color: #f1e9b7;
}
.crystal-glass-green {
color: #b2e0c9;
}
.sea-cliff {
color: #a4c8e0;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--barrett-quince:#f6d1b1;
--menoth-white-base:#f1e9b7;
--crystal-glass-green:#b2e0c9;
--sea-cliff:#a4c8e0;
}