Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.peachy-salmon {
color: #ff9d80;
}
.vibrant {
color: #ffd54d;
}
.golden-aurelia {
color: #fff175;
}
.hollandaise {
color: #ffec3d;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--peachy-salmon:#ff9d80;
--vibrant:#ffd54d;
--golden-aurelia:#fff175;
--hollandaise:#ffec3d;
}