Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e3b5d4;
}
.water-hyacinth {
color: #a6a3d1;
}
.cornflower-blue {
color: #6c92c6;
}
.island-moment {
color: #3eb6a8;
}
.chopped-chive {
color: #2f6a4f;
}
/* CSS Variables */
:root {
--gumball:#e3b5d4;
--water-hyacinth:#a6a3d1;
--cornflower-blue:#6c92c6;
--island-moment:#3eb6a8;
--chopped-chive:#2f6a4f;
}