Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.biloba-flower {
color: #b29ad0;
}
.bright-khaki {
color: #f0e78e;
}
.n-rang-orange {
color: #ff8052;
}
.bruschetta-tomato {
color: #ff6347;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--biloba-flower:#b29ad0;
--bright-khaki:#f0e78e;
--n-rang-orange:#ff8052;
--bruschetta-tomato:#ff6347;
}