Color names in this palette
CSS code for this palette
/* CSS */
.melrose {
color: #c2b6e2;
}
.lobby-lilac {
color: #a67db5;
}
.partytime {
color: #e2a6c7;
}
.young-apricot {
color: #fcd8b6;
}
.sweet-apricot {
color: #fbc1a2;
}
/* CSS Variables */
:root {
--melrose:#c2b6e2;
--lobby-lilac:#a67db5;
--partytime:#e2a6c7;
--young-apricot:#fcd8b6;
--sweet-apricot:#fbc1a2;
}