Color names in this palette
CSS code for this palette
/* CSS */
.lavender-candy {
color: #f9b4d2;
}
.snow-white-blush {
color: #f9b0a9;
}
.orange-grove {
color: #fcae8d;
}
.mad-for-mango {
color: #f5a300;
}
.orange-danger {
color: #d66b00;
}
/* CSS Variables */
:root {
--lavender-candy:#f9b4d2;
--snow-white-blush:#f9b0a9;
--orange-grove:#fcae8d;
--mad-for-mango:#f5a300;
--orange-danger:#d66b00;
}