Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.rhodonite {
color: #f1b6c6;
}
.antique-wicker-basket {
color: #f3d2a0;
}
.beige-topaz {
color: #fec87c;
}
.ninjin-orange {
color: #e6a66b;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--rhodonite:#f1b6c6;
--antique-wicker-basket:#f3d2a0;
--beige-topaz:#fec87c;
--ninjin-orange:#e6a66b;
}