Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.shrimp-toast {
color: #f7c6a1;
}
.noodles {
color: #f9e5b4;
}
.celtic-spring {
color: #a9e0b3;
}
.first-of-july {
color: #b7eaf5;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--shrimp-toast:#f7c6a1;
--noodles:#f9e5b4;
--celtic-spring:#a9e0b3;
--first-of-july:#b7eaf5;
}