Color names in this palette
CSS code for this palette
/* CSS */
.purple-pennant {
color: #492e4d;
}
.viola-grey {
color: #8b6a9a;
}
.blushing-sky {
color: #d8b1d6;
}
.merry-pink {
color: #e9c8d8;
}
.wishy-washy-lilies {
color: #f6dfe5;
}
/* CSS Variables */
:root {
--purple-pennant:#492e4d;
--viola-grey:#8b6a9a;
--blushing-sky:#d8b1d6;
--merry-pink:#e9c8d8;
--wishy-washy-lilies:#f6dfe5;
}