Color names in this palette
CSS code for this palette
/* CSS */
.salmon-fresco {
color: #f9ae9f;
}
.just-peachy {
color: #fbbe74;
}
.orange-glass {
color: #feca7c;
}
.snug-yellow {
color: #ffdb80;
}
.floral-leaf {
color: #ffb84d;
}
/* CSS Variables */
:root {
--salmon-fresco:#f9ae9f;
--just-peachy:#fbbe74;
--orange-glass:#feca7c;
--snug-yellow:#ffdb80;
--floral-leaf:#ffb84d;
}