Color names in this palette
CSS code for this palette
/* CSS */
.sun-drops {
color: #e3b10d;
}
.light-sh-shin-yellow {
color: #f5e67f;
}
.basil-smash {
color: #b8e2a2;
}
.purple-hyacinth {
color: #6f8fbe;
}
.pink-fit {
color: #f3a5b3;
}
/* CSS Variables */
:root {
--sun-drops:#e3b10d;
--light-sh-shin-yellow:#f5e67f;
--basil-smash:#b8e2a2;
--purple-hyacinth:#6f8fbe;
--pink-fit:#f3a5b3;
}