Color names in this palette
CSS code for this palette
/* CSS */
.windsor-way {
color: #a1c4e8;
}
.blue-electress {
color: #6b9cd1;
}
.blue-dart-frog {
color: #3a7d9c;
}
.naked-noodle {
color: #f5c970;
}
.clay-mug {
color: #d67a5c;
}
/* CSS Variables */
:root {
--windsor-way:#a1c4e8;
--blue-electress:#6b9cd1;
--blue-dart-frog:#3a7d9c;
--naked-noodle:#f5c970;
--clay-mug:#d67a5c;
}