Color names in this palette
CSS code for this palette
/* CSS */
.bright-ube {
color: #d1a2e6;
}
.rosy-nectar {
color: #f3c3e3;
}
.hot-aquarelle-pink {
color: #ffb3df;
}
.n-rang-orange {
color: #ff8052;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--bright-ube:#d1a2e6;
--rosy-nectar:#f3c3e3;
--hot-aquarelle-pink:#ffb3df;
--n-rang-orange:#ff8052;
--usc-gold:#ffcc00;
}