Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b2;
}
.pink-lady {
color: #f3d6b4;
}
.venetian-yellow {
color: #f3e5a0;
}
.fringy-flower {
color: #b5e3b8;
}
.terrace-pool {
color: #a3d7e0;
}
/* CSS Variables */
:root {
--princess:#f1a7b2;
--pink-lady:#f3d6b4;
--venetian-yellow:#f3e5a0;
--fringy-flower:#b5e3b8;
--terrace-pool:#a3d7e0;
}