Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.milky-maize {
color: #f8d9a0;
}
.calla {
color: #f2e1b5;
}
.apple-cream {
color: #b7d8a6;
}
.beveled-glass {
color: #7dcfb6;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--milky-maize:#f8d9a0;
--calla:#f2e1b5;
--apple-cream:#b7d8a6;
--beveled-glass:#7dcfb6;
}