Color names in this palette
CSS code for this palette
/* CSS */
.french-rose {
color: #ff4d88;
}
.aggressive-salmon {
color: #ff8099;
}
.matt-pink {
color: #ffb3c2;
}
.it-s-a-girl {
color: #ffdbe3;
}
.sugar-milk {
color: #fffbf5;
}
/* CSS Variables */
:root {
--french-rose:#ff4d88;
--aggressive-salmon:#ff8099;
--matt-pink:#ffb3c2;
--it-s-a-girl:#ffdbe3;
--sugar-milk:#fffbf5;
}