Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.atomic-tangerine {
color: #ff976b;
}
.carotene {
color: #ffb494;
}
.pretty-please {
color: #ffd0c7;
}
.pale-egg {
color: #ffe7d1;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--atomic-tangerine:#ff976b;
--carotene:#ffb494;
--pretty-please:#ffd0c7;
--pale-egg:#ffe7d1;
}