Color names in this palette
CSS code for this palette
/* CSS */
.spaghetti-strap-pink {
color: #f9a9d5;
}
.pink-marshmallow {
color: #f4b4d4;
}
.n-rang-orange {
color: #ff8052;
}
.soviet-gold {
color: #ffd900;
}
.matt-pink {
color: #ffb8c1;
}
/* CSS Variables */
:root {
--spaghetti-strap-pink:#f9a9d5;
--pink-marshmallow:#f4b4d4;
--n-rang-orange:#ff8052;
--soviet-gold:#ffd900;
--matt-pink:#ffb8c1;
}