Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.simple-pink {
color: #f6a2a8;
}
.venus-pink {
color: #f0e5e6;
}
.filtered-forest {
color: #b8e0d2;
}
.crystalsong-blue {
color: #55b4b0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--simple-pink:#f6a2a8;
--venus-pink:#f0e5e6;
--filtered-forest:#b8e0d2;
--crystalsong-blue:#55b4b0;
}