Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.sweet-angel {
color: #f4c9b8;
}
.gentle-glow {
color: #f8e5b9;
}
.garlic-clove {
color: #e1d8c1;
}
.cookies-and-cream {
color: #f0e0b2;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--sweet-angel:#f4c9b8;
--gentle-glow:#f8e5b9;
--garlic-clove:#e1d8c1;
--cookies-and-cream:#f0e0b2;
}