Color names in this palette
CSS code for this palette
/* CSS */
.adventure-isle {
color: #6d9dba;
}
.snowy-summit {
color: #c5d7e7;
}
.open-book {
color: #f5f1e5;
}
.cream-blush {
color: #f8c59b;
}
.track-and-field {
color: #d5694d;
}
/* CSS Variables */
:root {
--adventure-isle:#6d9dba;
--snowy-summit:#c5d7e7;
--open-book:#f5f1e5;
--cream-blush:#f8c59b;
--track-and-field:#d5694d;
}