Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a7a2;
}
.mixed-fruit {
color: #f6b6b1;
}
.budder-skin {
color: #fde2c4;
}
.aquatint {
color: #b6e7e1;
}
.atlantic-ocean {
color: #a9d6e5;
}
/* CSS Variables */
:root {
--calabrese:#f1a7a2;
--mixed-fruit:#f6b6b1;
--budder-skin:#fde2c4;
--aquatint:#b6e7e1;
--atlantic-ocean:#a9d6e5;
}