Color names in this palette
CSS code for this palette
/* CSS */
.melrose {
color: #c0b2e0;
}
.ballet {
color: #f7d5d4;
}
.citrus-sachet {
color: #f1c6a7;
}
.durango-dust {
color: #f9e19f;
}
.just-blush {
color: #f9b6a4;
}
/* CSS Variables */
:root {
--melrose:#c0b2e0;
--ballet:#f7d5d4;
--citrus-sachet:#f1c6a7;
--durango-dust:#f9e19f;
--just-blush:#f9b6a4;
}