Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.mexican-milk {
color: #ffb8b3;
}
.dandelion-whisper {
color: #fff1b8;
}
.lattice-work {
color: #bae3c3;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--mexican-milk:#ffb8b3;
--dandelion-whisper:#fff1b8;
--lattice-work:#bae3c3;
}