Color names in this palette
CSS code for this palette
/* CSS */
.angela-bay {
color: #a9c2e5;
}
.favorite-lavender {
color: #d0a9d6;
}
.sunshine-mellow {
color: #f1c40e;
}
.mustard-crusted-salmon {
color: #f27e40;
}
.mandarin-red {
color: #e74d3c;
}
/* CSS Variables */
:root {
--angela-bay:#a9c2e5;
--favorite-lavender:#d0a9d6;
--sunshine-mellow:#f1c40e;
--mustard-crusted-salmon:#f27e40;
--mandarin-red:#e74d3c;
}