Color names in this palette
CSS code for this palette
/* CSS */
.rusty-sand {
color: #edb482;
}
.almond-cream {
color: #f3c29b;
}
.satin-latour {
color: #f9d7ae;
}
.young-apricot {
color: #fcd8b6;
}
.mandys-pink {
color: #f5b79e;
}
/* CSS Variables */
:root {
--rusty-sand:#edb482;
--almond-cream:#f3c29b;
--satin-latour:#f9d7ae;
--young-apricot:#fcd8b6;
--mandys-pink:#f5b79e;
}