Color names in this palette
CSS code for this palette
/* CSS */
.salmon-rose {
color: #ff7081;
}
.rubber-radish {
color: #ff99a1;
}
.matt-pink {
color: #ffb3c2;
}
.it-s-a-girl {
color: #ffdbe1;
}
.pink-pleasure {
color: #ffe0e5;
}
/* CSS Variables */
:root {
--salmon-rose:#ff7081;
--rubber-radish:#ff99a1;
--matt-pink:#ffb3c2;
--it-s-a-girl:#ffdbe1;
--pink-pleasure:#ffe0e5;
}