Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c8f;
}
.rosa {
color: #ff85a3;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.soft-orange-bloom {
color: #ffdbd1;
}
.misty-rose {
color: #ffe3e0;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c8f;
--rosa:#ff85a3;
--cherry-blossom-pink:#ffb3c6;
--soft-orange-bloom:#ffdbd1;
--misty-rose:#ffe3e0;
}