Color names in this palette
CSS code for this palette
/* CSS */
.mellow-rose {
color: #d7a7a3;
}
.artisan-tea {
color: #d8c0b0;
}
.sheer-scarf {
color: #e2d5ca;
}
.tea-light {
color: #f6e4c1;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--mellow-rose:#d7a7a3;
--artisan-tea:#d8c0b0;
--sheer-scarf:#e2d5ca;
--tea-light:#f6e4c1;
--welcoming-wasp:#f0a800;
}