Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f3a5a5;
}
.almond-cream {
color: #f3c1a0;
}
.venetian-yellow {
color: #f3e5a0;
}
.light-shimmer {
color: #a5d1f3;
}
.ultra-mint {
color: #a5f3b3;
}
/* CSS Variables */
:root {
--calabrese:#f3a5a5;
--almond-cream:#f3c1a0;
--venetian-yellow:#f3e5a0;
--light-shimmer:#a5d1f3;
--ultra-mint:#a5f3b3;
}