Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.sunny-mood {
color: #f6c84c;
}
.crystal-green {
color: #a2d67a;
}
.glimpse {
color: #4ab8c9;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--sunny-mood:#f6c84c;
--crystal-green:#a2d67a;
--glimpse:#4ab8c9;
}