Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.n-rang-orange {
color: #ff8052;
}
.bright-khaki {
color: #f0e78e;
}
.glass-jar-blue {
color: #1fb2aa;
}
.secret-story {
color: #ff1492;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--n-rang-orange:#ff8052;
--bright-khaki:#f0e78e;
--glass-jar-blue:#1fb2aa;
--secret-story:#ff1492;
}