Color names in this palette
CSS code for this palette
/* CSS */
.velvet-beige {
color: #d2c5b2;
}
.desert-dust {
color: #e3b68c;
}
.ginger-milk {
color: #f6a85a;
}
.firecracker {
color: #f25f3a;
}
.top-tomato {
color: #c9493b;
}
/* CSS Variables */
:root {
--velvet-beige:#d2c5b2;
--desert-dust:#e3b68c;
--ginger-milk:#f6a85a;
--firecracker:#f25f3a;
--top-tomato:#c9493b;
}