Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.bellini {
color: #f3c7af;
}
.venetian-yellow {
color: #f7e6a1;
}
.southern-belle {
color: #a7d7bf;
}
.sereni-teal {
color: #78bfa7;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--bellini:#f3c7af;
--venetian-yellow:#f7e6a1;
--southern-belle:#a7d7bf;
--sereni-teal:#78bfa7;
}