Color names in this palette
CSS code for this palette
/* CSS */
.almond-blossom {
color: #f2abb7;
}
.tuscan {
color: #f9d6a9;
}
.glowlight {
color: #fff5b8;
}
.everest {
color: #9fe5e0;
}
.coral-bisque {
color: #f7c6b1;
}
/* CSS Variables */
:root {
--almond-blossom:#f2abb7;
--tuscan:#f9d6a9;
--glowlight:#fff5b8;
--everest:#9fe5e0;
--coral-bisque:#f7c6b1;
}