Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.sun-crete {
color: #ff8c00;
}
.bruschetta-tomato {
color: #ff6347;
}
.soviet-gold {
color: #ffd900;
}
.glass-jar-blue {
color: #1fb2aa;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--sun-crete:#ff8c00;
--bruschetta-tomato:#ff6347;
--soviet-gold:#ffd900;
--glass-jar-blue:#1fb2aa;
}