Color names in this palette
CSS code for this palette
/* CSS */
.carmine-rose {
color: #e25a8e;
}
.calabrese {
color: #f6a9a2;
}
.banana-ice-cream {
color: #f1d2b1;
}
.venetian-yellow {
color: #f5e69e;
}
.glaucous-green {
color: #b6e7c2;
}
/* CSS Variables */
:root {
--carmine-rose:#e25a8e;
--calabrese:#f6a9a2;
--banana-ice-cream:#f1d2b1;
--venetian-yellow:#f5e69e;
--glaucous-green:#b6e7c2;
}