Color names in this palette
CSS code for this palette
/* CSS */
.yankees-blue {
color: #1f2942;
}
.stream {
color: #4d5d7a;
}
.evening-hush {
color: #798ba9;
}
.field-khaki {
color: #b2a990;
}
.toasted-coconut {
color: #e9c3a0;
}
/* CSS Variables */
:root {
--yankees-blue:#1f2942;
--stream:#4d5d7a;
--evening-hush:#798ba9;
--field-khaki:#b2a990;
--toasted-coconut:#e9c3a0;
}