Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.macaroni-and-cheese {
color: #ffb67a;
}
.exploding-star {
color: #ffd83d;
}
.lolly-ice {
color: #a6d8d2;
}
.lake-lucerne {
color: #699eb5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--macaroni-and-cheese:#ffb67a;
--exploding-star:#ffd83d;
--lolly-ice:#a6d8d2;
--lake-lucerne:#699eb5;
}