Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c8a;
}
.peach-pink {
color: #ff998a;
}
.romantic {
color: #ffc59e;
}
.mouse-nose {
color: #ffe4b3;
}
.soviet-gold {
color: #ffd900;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c8a;
--peach-pink:#ff998a;
--romantic:#ffc59e;
--mouse-nose:#ffe4b3;
--soviet-gold:#ffd900;
}