Color names in this palette
CSS code for this palette
/* CSS */
.wewak {
color: #f28c9a;
}
.petals-unfolding {
color: #f3b9c4;
}
.light-rose {
color: #f4d2d7;
}
.wishy-washy-lilies {
color: #f6dfe9;
}
.baby-steps {
color: #f7cada;
}
/* CSS Variables */
:root {
--wewak:#f28c9a;
--petals-unfolding:#f3b9c4;
--light-rose:#f4d2d7;
--wishy-washy-lilies:#f6dfe9;
--baby-steps:#f7cada;
}