Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.peach-pink {
color: #ff998a;
}
.workout-routine {
color: #ffd88a;
}
.mouse-nose {
color: #ffe4b3;
}
.beaming-sun {
color: #fffae0;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--peach-pink:#ff998a;
--workout-routine:#ffd88a;
--mouse-nose:#ffe4b3;
--beaming-sun:#fffae0;
}