Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b6;
}
.rustique {
color: #f6c0b1;
}
.satin-latour {
color: #f8d7af;
}
.venetian-yellow {
color: #f3e4a0;
}
.spring-kiss {
color: #e1f2b1;
}
/* CSS Variables */
:root {
--princess:#f1a7b6;
--rustique:#f6c0b1;
--satin-latour:#f8d7af;
--venetian-yellow:#f3e4a0;
--spring-kiss:#e1f2b1;
}