Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.hint-of-honey {
color: #ffd56b;
}
.icy-landscape {
color: #c3eaf9;
}
.overcast {
color: #71a0cc;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--hint-of-honey:#ffd56b;
--icy-landscape:#c3eaf9;
--overcast:#71a0cc;
}