Color names in this palette
CSS code for this palette
/* CSS */
.bright-blue-violet {
color: #8a2ce2;
}
.twilight-dusk {
color: #5c5f7a;
}
.bright-khaki {
color: #f0e78e;
}
.n-rang-orange {
color: #ff8052;
}
.secret-story {
color: #ff1492;
}
/* CSS Variables */
:root {
--bright-blue-violet:#8a2ce2;
--twilight-dusk:#5c5f7a;
--bright-khaki:#f0e78e;
--n-rang-orange:#ff8052;
--secret-story:#ff1492;
}