Color names in this palette
CSS code for this palette
/* CSS */
.french-rose {
color: #ff4d8b;
}
.blush-hour {
color: #ff7092;
}
.salmon-pink {
color: #ff8fa5;
}
.cherry-blossom-pink {
color: #ffb3c6;
}
.fairy-wings {
color: #ffebf0;
}
/* CSS Variables */
:root {
--french-rose:#ff4d8b;
--blush-hour:#ff7092;
--salmon-pink:#ff8fa5;
--cherry-blossom-pink:#ffb3c6;
--fairy-wings:#ffebf0;
}