Color names in this palette
CSS code for this palette
/* CSS */
.coral-bisque {
color: #f7c6b1;
}
.apricot-wash {
color: #f9a77b;
}
.mandarin-rind {
color: #f5903d;
}
.sunny-mood {
color: #f5c84d;
}
.lazy-daisy {
color: #f4e79f;
}
/* CSS Variables */
:root {
--coral-bisque:#f7c6b1;
--apricot-wash:#f9a77b;
--mandarin-rind:#f5903d;
--sunny-mood:#f5c84d;
--lazy-daisy:#f4e79f;
}