Color names in this palette
CSS code for this palette
/* CSS */
.paris-daisy {
color: #ffed4d;
}
.dandelion-yellow {
color: #ffdb3d;
}
.bumblebee {
color: #ffcb2e;
}
.disco-ball {
color: #d4d4d4;
}
.star {
color: #ffe500;
}
/* CSS Variables */
:root {
--paris-daisy:#ffed4d;
--dandelion-yellow:#ffdb3d;
--bumblebee:#ffcb2e;
--disco-ball:#d4d4d4;
--star:#ffe500;
}