Color names in this palette
CSS code for this palette
/* CSS */
.blue-click {
color: #a5d8e9;
}
.maximum-yellow-red {
color: #f1b74b;
}
.oranzhewyi-orange {
color: #f15d3b;
}
.cadmium-violet {
color: #7d3a98;
}
.evening-sunset {
color: #ebad6b;
}
/* CSS Variables */
:root {
--blue-click:#a5d8e9;
--maximum-yellow-red:#f1b74b;
--oranzhewyi-orange:#f15d3b;
--cadmium-violet:#7d3a98;
--evening-sunset:#ebad6b;
}