Color names in this palette
CSS code for this palette
/* CSS */
.calabrese {
color: #f1a8a2;
}
.almond-cream {
color: #f4c49f;
}
.blended-fruit {
color: #f8e1a5;
}
.wedge-of-lime {
color: #e1eba3;
}
.flower-stem {
color: #b3d9b0;
}
/* CSS Variables */
:root {
--calabrese:#f1a8a2;
--almond-cream:#f4c49f;
--blended-fruit:#f8e1a5;
--wedge-of-lime:#e1eba3;
--flower-stem:#b3d9b0;
}