Color names in this palette
CSS code for this palette
/* CSS */
.gumball {
color: #e3b0d2;
}
.enchanted-lavender {
color: #c5a4d6;
}
.teclis-blue {
color: #a5b2e3;
}
.norfolk-sky {
color: #6cb8e4;
}
.blue-damselfly {
color: #2e9cdc;
}
/* CSS Variables */
:root {
--gumball:#e3b0d2;
--enchanted-lavender:#c5a4d6;
--teclis-blue:#a5b2e3;
--norfolk-sky:#6cb8e4;
--blue-damselfly:#2e9cdc;
}