Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f8c5af;
}
.mad-for-mango {
color: #f5a300;
}
.wiener-schnitzel {
color: #f09c00;
}
.azure-sky {
color: #ace0f6;
}
.sweetheart {
color: #f4c3d6;
}
/* CSS Variables */
:root {
--coral-bisque:#f8c5af;
--mad-for-mango:#f5a300;
--wiener-schnitzel:#f09c00;
--azure-sky:#ace0f6;
--sweetheart:#f4c3d6;
}