Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f6a8a2;
}
.channel {
color: #f1c4c0;
}
.garbanzo-bean {
color: #f0d5a3;
}
.buttery-croissant {
color: #f5e19e;
}
.iced-avocado {
color: #c8e7b6;
}
/* CSS Variables */
:root {
--calabrese:#f6a8a2;
--channel:#f1c4c0;
--garbanzo-bean:#f0d5a3;
--buttery-croissant:#f5e19e;
--iced-avocado:#c8e7b6;
}