Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.stream {
color: #4b5d7c;
}
.cottage-blue {
color: #7a9dc2;
}
.light-sea-cliff {
color: #b5d1e8;
}
.chai-latte {
color: #f8c8a0;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--stream:#4b5d7c;
--cottage-blue:#7a9dc2;
--light-sea-cliff:#b5d1e8;
--chai-latte:#f8c8a0;
}