Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f6e4a2;
}
.citrus-sachet {
color: #f1c7a7;
}
.rose-linen {
color: #e9b29f;
}
.exotic-lilac {
color: #d496b6;
}
.purple-premiere {
color: #b8a3d1;
}
/* CSS Variables */
:root {
--venetian-yellow:#f6e4a2;
--citrus-sachet:#f1c7a7;
--rose-linen:#e9b29f;
--exotic-lilac:#d496b6;
--purple-premiere:#b8a3d1;
}