Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.allspice {
color: #f4cca9;
}
.barley-white {
color: #f6e5b6;
}
.coral-green {
color: #aee0cf;
}
.blue-bows {
color: #a2c2d8;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--allspice:#f4cca9;
--barley-white:#f6e5b6;
--coral-green:#aee0cf;
--blue-bows:#a2c2d8;
}