Color names in this palette
CSS code for this palette
/* CSS */
.strawberry {
color: #ff293b;
}
.grenadine-pink {
color: #ff5c69;
}
.conch-shell {
color: #ff8a99;
}
.cherry-blossom-pink {
color: #ffb8c7;
}
.pink-pleasure {
color: #ffe0e5;
}
/* CSS Variables */
:root {
--strawberry:#ff293b;
--grenadine-pink:#ff5c69;
--conch-shell:#ff8a99;
--cherry-blossom-pink:#ffb8c7;
--pink-pleasure:#ffe0e5;
}