Color names in this palette
CSS code for this palette
/* CSS */
.etcetera {
color: #e1c6d4;
}
.wishy-washy-lilies {
color: #f5e0e8;
}
.harmonious-rose {
color: #f49fb7;
}
.the-sickener {
color: #e06c94;
}
.smitten {
color: #c44080;
}
/* CSS Variables */
:root {
--etcetera:#e1c6d4;
--wishy-washy-lilies:#f5e0e8;
--harmonious-rose:#f49fb7;
--the-sickener:#e06c94;
--smitten:#c44080;
}