Color names in this palette
CSS code for this palette
/* CSS */
.lemon-dream {
color: #f0a400;
}
.mom-s-pancake {
color: #f6c451;
}
.buttery-croissant {
color: #f7e09c;
}
.n-rang-orange {
color: #ff8052;
}
.rose-chintz {
color: #c7707d;
}
/* CSS Variables */
:root {
--lemon-dream:#f0a400;
--mom-s-pancake:#f6c451;
--buttery-croissant:#f7e09c;
--n-rang-orange:#ff8052;
--rose-chintz:#c7707d;
}