Color names in this palette
CSS code for this palette
/* CSS */
.hermosa-pink {
color: #ffb3f0;
}
.purple-illusionist {
color: #a77aff;
}
.fennel-flower {
color: #6ba9fa;
}
.peppy-peacock {
color: #49d4b9;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--hermosa-pink:#ffb3f0;
--purple-illusionist:#a77aff;
--fennel-flower:#6ba9fa;
--peppy-peacock:#49d4b9;
--soviet-gold:#ffd900;
}