Color names in this palette
CSS code for this palette
/* CSS */
.pure-white {
color: #f8f8f2;
}
.pink-plastic-fantastic {
color: #ff7ac6;
}
.grotesque-green {
color: #52fa7c;
}
.desert-dessert {
color: #ffb86b;
}
.liliac {
color: #bf95f9;
}
/* CSS Variables */
:root {
--pure-white:#f8f8f2;
--pink-plastic-fantastic:#ff7ac6;
--grotesque-green:#52fa7c;
--desert-dessert:#ffb86b;
--liliac:#bf95f9;
}