Color names in this palette
CSS code for this palette
/* CSS */
.ballet {
color: #f7d4d6;
}
.candy-mix {
color: #f1dfe2;
}
.sweet-pastel {
color: #eac7b3;
}
.perfume-cloud {
color: #e5c7cf;
}
.citrus-sachet {
color: #f1c6a7;
}
/* CSS Variables */
:root {
--ballet:#f7d4d6;
--candy-mix:#f1dfe2;
--sweet-pastel:#eac7b3;
--perfume-cloud:#e5c7cf;
--citrus-sachet:#f1c6a7;
}