Color names in this palette
CSS code for this palette
/* CSS */
.pink-chalk {
color: #f7a1b9;
}
.pink-cattleya {
color: #ffb3d1;
}
.shampoo {
color: #ffccf2;
}
.fairy-wings {
color: #ffebf0;
}
.salmon-rose {
color: #ff7081;
}
/* CSS Variables */
:root {
--pink-chalk:#f7a1b9;
--pink-cattleya:#ffb3d1;
--shampoo:#ffccf2;
--fairy-wings:#ffebf0;
--salmon-rose:#ff7081;
}