Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.mixed-fruit {
color: #f6b8b1;
}
.tahitian-sand {
color: #f8dbb4;
}
.soft-butter {
color: #f6e0b6;
}
.shyness {
color: #f3f2d8;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--mixed-fruit:#f6b8b1;
--tahitian-sand:#f8dbb4;
--soft-butter:#f6e0b6;
--shyness:#f3f2d8;
}