Color names in this palette
CSS code for this palette
/* CSS */
.ameixa {
color: #6a5bcd;
}
.della-robbia-blue {
color: #7b9acc;
}
.july {
color: #8ed3e6;
}
.butter-cream {
color: #f5b042;
}
.carrot-lava {
color: #f85725;
}
/* CSS Variables */
:root {
--ameixa:#6a5bcd;
--della-robbia-blue:#7b9acc;
--july:#8ed3e6;
--butter-cream:#f5b042;
--carrot-lava:#f85725;
}