Color names in this palette
CSS code for this palette
/* CSS */
.kon {
color: #1d1f3a;
}
.stream {
color: #4c5d7b;
}
.della-robbia-blue {
color: #7c9dd0;
}
.summertime {
color: #f3d077;
}
.mandarin-red {
color: #e14d3d;
}
/* CSS Variables */
:root {
--kon:#1d1f3a;
--stream:#4c5d7b;
--della-robbia-blue:#7c9dd0;
--summertime:#f3d077;
--mandarin-red:#e14d3d;
}