Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-fire {
color: #ffb06b;
}
.quack-quack {
color: #ffeb8a;
}
.frosty-soft-blue {
color: #b2e1e0;
}
.baby-blue-eyes {
color: #a3c7f0;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-fire:#ffb06b;
--quack-quack:#ffeb8a;
--frosty-soft-blue:#b2e1e0;
--baby-blue-eyes:#a3c7f0;
}