Color names in this palette
CSS code for this palette
/* CSS */
.snorlax {
color: #1c1b79;
}
.liberty {
color: #4b4c9b;
}
.carriage-ride {
color: #8c8cc0;
}
.brassy-tint {
color: #d6a938;
}
.burning-tomato {
color: #e44d2f;
}
/* CSS Variables */
:root {
--snorlax:#1c1b79;
--liberty:#4b4c9b;
--carriage-ride:#8c8cc0;
--brassy-tint:#d6a938;
--burning-tomato:#e44d2f;
}