Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.matt-pink {
color: #ffb8c1;
}
.light-blue {
color: #add8e6;
}
.damson-plum {
color: #dda1dd;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--matt-pink:#ffb8c1;
--light-blue:#add8e6;
--damson-plum:#dda1dd;
--soviet-gold:#ffd900;
}