Color names in this palette
CSS code for this palette
/* CSS */
.roseberry {
color: #f7a8a1;
}
.coral-bisque {
color: #f5c5b2;
}
.banana-yogurt {
color: #f9e8b4;
}
.smooth-satin {
color: #a2d7d2;
}
.sea-cliff {
color: #a4c8df;
}
/* CSS Variables */
:root {
--roseberry:#f7a8a1;
--coral-bisque:#f5c5b2;
--banana-yogurt:#f9e8b4;
--smooth-satin:#a2d7d2;
--sea-cliff:#a4c8df;
}