Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f3c9d9;
}
.pink-cattleya {
color: #ffb3d1;
}
.aggressive-salmon {
color: #ff7a99;
}
.festive-fennec {
color: #ff4d64;
}
.future-fuchsia {
color: #ff1a3c;
}
/* CSS Variables */
:root {
--baby-steps:#f3c9d9;
--pink-cattleya:#ffb3d1;
--aggressive-salmon:#ff7a99;
--festive-fennec:#ff4d64;
--future-fuchsia:#ff1a3c;
}