Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b3;
}
.rainbow {
color: #f5c0b8;
}
.alluring-gesture {
color: #f9dac3;
}
.candlelight-ivory {
color: #fdf5e2;
}
.va-va-voom {
color: #e2b54b;
}
/* CSS Variables */
:root {
--princess:#f1a7b3;
--rainbow:#f5c0b8;
--alluring-gesture:#f9dac3;
--candlelight-ivory:#fdf5e2;
--va-va-voom:#e2b54b;
}