Color names in this palette
CSS code for this palette
/* CSS */
.navajo-white {
color: #ffdead;
}
.pink-cattleya {
color: #ffb3cd;
}
.peach-scone {
color: #ffbdbe;
}
.rubber-rose {
color: #ffc7cb;
}
.camisole {
color: #ffd9c7;
}
/* CSS Variables */
:root {
--navajo-white:#ffdead;
--pink-cattleya:#ffb3cd;
--peach-scone:#ffbdbe;
--rubber-rose:#ffc7cb;
--camisole:#ffd9c7;
}