Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f3a5b5;
}
.palace-rose {
color: #f8c9d6;
}
.tea-light {
color: #f6e4c1;
}
.smooth-satin {
color: #a4d6d4;
}
.spring-wisteria {
color: #d0a4df;
}
/* CSS Variables */
:root {
--princess:#f3a5b5;
--palace-rose:#f8c9d6;
--tea-light:#f6e4c1;
--smooth-satin:#a4d6d4;
--spring-wisteria:#d0a4df;
}