Color names in this palette
CSS code for this palette
/* CSS */
.pink-plastic-fantastic {
color: #ff7ac6;
}
.blush-hour {
color: #ff7092;
}
.desert-dessert {
color: #ffb86b;
}
.tidal {
color: #f1fa89;
}
.grotesque-green {
color: #52fa7c;
}
/* CSS Variables */
:root {
--pink-plastic-fantastic:#ff7ac6;
--blush-hour:#ff7092;
--desert-dessert:#ffb86b;
--tidal:#f1fa89;
--grotesque-green:#52fa7c;
}