Color names in this palette
CSS code for this palette
/* CSS */
.rosy-cheeks {
color: #d94a6e;
}
.emperor-s-children {
color: #f2a1b9;
}
.wishy-washy-lilies {
color: #f6dfe9;
}
.cloudy-valley {
color: #b3c7d5;
}
.walden-pond {
color: #7a9cb8;
}
/* CSS Variables */
:root {
--rosy-cheeks:#d94a6e;
--emperor-s-children:#f2a1b9;
--wishy-washy-lilies:#f6dfe9;
--cloudy-valley:#b3c7d5;
--walden-pond:#7a9cb8;
}