Color names in this palette
CSS code for this palette
/* CSS */
.desire-pink {
color: #efc3d1;
}
.creamy-vanilla {
color: #f2e4bf;
}
.spring-wheat {
color: #dfeed3;
}
.tropical-waterfall {
color: #c1e7e2;
}
.light-deluxe-days {
color: #a5d6ee;
}
/* CSS Variables */
:root {
--desire-pink:#efc3d1;
--creamy-vanilla:#f2e4bf;
--spring-wheat:#dfeed3;
--tropical-waterfall:#c1e7e2;
--light-deluxe-days:#a5d6ee;
}