Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.kanz-orange {
color: #ff8e3d;
}
.chickadee {
color: #ffcf66;
}
.throat-chakra {
color: #6dd6d9;
}
.blue-chill {
color: #3e8e8e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--kanz-orange:#ff8e3d;
--chickadee:#ffcf66;
--throat-chakra:#6dd6d9;
--blue-chill:#3e8e8e;
}