Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.tulip {
color: #ff8a8c;
}
.cornflower-lilac {
color: #ffadad;
}
.esprit-peach {
color: #ffc29e;
}
.purple-hepatica {
color: #d4a8ff;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--tulip:#ff8a8c;
--cornflower-lilac:#ffadad;
--esprit-peach:#ffc29e;
--purple-hepatica:#d4a8ff;
}