Color names in this palette
CSS code for this palette
/* CSS */
.colossus {
color: #5d5d8e;
}
.black-diamond-apple {
color: #8c7c9c;
}
.fiesta-rojo {
color: #b57d80;
}
.band-aid {
color: #d8a97d;
}
.optimistic-yellow {
color: #f7e0a6;
}
/* CSS Variables */
:root {
--colossus:#5d5d8e;
--black-diamond-apple:#8c7c9c;
--fiesta-rojo:#b57d80;
--band-aid:#d8a97d;
--optimistic-yellow:#f7e0a6;
}