Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.antique-wicker-basket {
color: #f6d3a2;
}
.noodles {
color: #f9e1b4;
}
.terrace-pool {
color: #a1d6e2;
}
.regale-blue {
color: #80b3d6;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--antique-wicker-basket:#f6d3a2;
--noodles:#f9e1b4;
--terrace-pool:#a1d6e2;
--regale-blue:#80b3d6;
}