Color names in this palette
CSS code for this palette
/* CSS */
.teeny-bikini {
color: #306997;
}
.daisy {
color: #ffd53d;
}
.sun-drenched {
color: #ffe8a3;
}
.disco-ball {
color: #d4d4d4;
}
.poppy-surprise {
color: #ff5833;
}
/* CSS Variables */
:root {
--teeny-bikini:#306997;
--daisy:#ffd53d;
--sun-drenched:#ffe8a3;
--disco-ball:#d4d4d4;
--poppy-surprise:#ff5833;
}