Color names in this palette
CSS code for this palette
/* CSS */
.n-rang-orange {
color: #ff8052;
}
.matt-pink {
color: #ffb8c1;
}
.bright-khaki {
color: #f0e78e;
}
.light-blue {
color: #add8e6;
}
.matt-purple {
color: #9470db;
}
/* CSS Variables */
:root {
--n-rang-orange:#ff8052;
--matt-pink:#ffb8c1;
--bright-khaki:#f0e78e;
--light-blue:#add8e6;
--matt-purple:#9470db;
}