Color names in this palette
CSS code for this palette
/* CSS */
.snowflake {
color: #f0f0f0;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.blush-hour {
color: #ff7092;
}
.love-red {
color: #ff4d6d;
}
.pink-pleasure {
color: #ffe0e4;
}
/* CSS Variables */
:root {
--snowflake:#f0f0f0;
--cherry-blossom-pink:#ffb3c6;
--blush-hour:#ff7092;
--love-red:#ff4d6d;
--pink-pleasure:#ffe0e4;
}