Color names in this palette
CSS code for this palette
/* CSS */
.blush-hour {
color: #ff7092;
}
.peach-pink {
color: #ff998a;
}
.macaroni-and-cheese {
color: #ffb67a;
}
.faded-sunlight {
color: #ffd06b;
}
.quack-quack {
color: #ffeb8a;
}
/* CSS Variables */
:root {
--blush-hour:#ff7092;
--peach-pink:#ff998a;
--macaroni-and-cheese:#ffb67a;
--faded-sunlight:#ffd06b;
--quack-quack:#ffeb8a;
}