Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.matt-pink {
color: #ffb3c1;
}
.transparent-pink {
color: #ffe0ed;
}
.aviary-blue {
color: #c5e1e8;
}
.nevada-sky {
color: #a1d7e8;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--matt-pink:#ffb3c1;
--transparent-pink:#ffe0ed;
--aviary-blue:#c5e1e8;
--nevada-sky:#a1d7e8;
}