Color names in this palette
CSS code for this palette
/* CSS */
.feather-star {
color: #5a97f2;
}
.dayflower {
color: #389ad6;
}
.glass-jar-blue {
color: #21b5a4;
}
.paris-green {
color: #4acf7b;
}
.golden-snitch {
color: #f0e04c;
}
/* CSS Variables */
:root {
--feather-star:#5a97f2;
--dayflower:#389ad6;
--glass-jar-blue:#21b5a4;
--paris-green:#4acf7b;
--golden-snitch:#f0e04c;
}