Color names in this palette
CSS code for this palette
/* CSS */
.dithered-sky {
color: #b8e1ff;
}
.foaming-surf {
color: #8fd4dc;
}
.shrimp-toast {
color: #f6c5a2;
}
.melon-sorbet {
color: #f9b59a;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--dithered-sky:#b8e1ff;
--foaming-surf:#8fd4dc;
--shrimp-toast:#f6c5a2;
--melon-sorbet:#f9b59a;
--grapefruit-pulp:#ff6e61;
}