Color names in this palette
CSS code for this palette
/* CSS */
.aerospace-orange {
color: #ff5100;
}
.n-rang-orange {
color: #ff8052;
}
.floral-leaf {
color: #ffb84d;
}
.hollandaise {
color: #ffec3d;
}
.just-pink-enough {
color: #ffebee;
}
/* CSS Variables */
:root {
--aerospace-orange:#ff5100;
--n-rang-orange:#ff8052;
--floral-leaf:#ffb84d;
--hollandaise:#ffec3d;
--just-pink-enough:#ffebee;
}