Color names in this palette
CSS code for this palette
/* CSS */
.winter-doldrums {
color: #f6f2ea;
}
.chamoisee {
color: #a0785a;
}
.shakespeare {
color: #5b98b9;
}
.question-mark-block {
color: #f09c47;
}
.thunder {
color: #4d4d4d;
}
/* CSS Variables */
:root {
--winter-doldrums:#f6f2ea;
--chamoisee:#a0785a;
--shakespeare:#5b98b9;
--question-mark-block:#f09c47;
--thunder:#4d4d4d;
}