Color names in this palette
CSS code for this palette
/* CSS */
.n-renji-orange {
color: #ffc14d;
}
.absolute-apricot {
color: #ff9742;
}
.sunset-papaya {
color: #ff7e61;
}
.larch-bolete {
color: #ffaa75;
}
.glossy-gold {
color: #ffdd75;
}
/* CSS Variables */
:root {
--n-renji-orange:#ffc14d;
--absolute-apricot:#ff9742;
--sunset-papaya:#ff7e61;
--larch-bolete:#ffaa75;
--glossy-gold:#ffdd75;
}