Color names in this palette
CSS code for this palette
/* CSS */
.stellar-strawberry {
color: #ff5c8d;
}
.flamingo-pink {
color: #ff8fab;
}
.matt-pink {
color: #ffb3c2;
}
.blossom-tree {
color: #ffc7d9;
}
.misty-rose {
color: #ffe3e0;
}
/* CSS Variables */
:root {
--stellar-strawberry:#ff5c8d;
--flamingo-pink:#ff8fab;
--matt-pink:#ffb3c2;
--blossom-tree:#ffc7d9;
--misty-rose:#ffe3e0;
}