Color names in this palette
CSS code for this palette
/* CSS */
.distant-shore {
color: #c1d6e2;
}
.deluxe-days {
color: #8ecae6;
}
.malibu {
color: #5dbbea;
}
.pale-banana {
color: #f6e48e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--distant-shore:#c1d6e2;
--deluxe-days:#8ecae6;
--malibu:#5dbbea;
--pale-banana:#f6e48e;
--grapefruit-pulp:#ff6e61;
}