Color names in this palette
CSS code for this palette
/* CSS */
.snow-white-blush {
color: #f9aeae;
}
.walnut-cream {
color: #f6d9b1;
}
.granola {
color: #f4cc9f;
}
.radome-tan {
color: #f2c5a1;
}
.sekichiku-pink {
color: #e4afbf;
}
/* CSS Variables */
:root {
--snow-white-blush:#f9aeae;
--walnut-cream:#f6d9b1;
--granola:#f4cc9f;
--radome-tan:#f2c5a1;
--sekichiku-pink:#e4afbf;
}