Color names in this palette
CSS code for this palette
/* CSS */
.light-youth {
color: #ead8d7;
}
.coral-blossom {
color: #f7b9a1;
}
.meat {
color: #f47b7b;
}
.butter-cream {
color: #f1b041;
}
.nervy-hue {
color: #d9c15e;
}
/* CSS Variables */
:root {
--light-youth:#ead8d7;
--coral-blossom:#f7b9a1;
--meat:#f47b7b;
--butter-cream:#f1b041;
--nervy-hue:#d9c15e;
}