Color names in this palette
CSS code for this palette
/* CSS */
.baleine-blue {
color: #1a5a8e;
}
.dirty-blue {
color: #4080a0;
}
.blue-dam {
color: #a1c3d4;
}
.oyster-bisque {
color: #f2e4b1;
}
.indiana-clay {
color: #e6895b;
}
/* CSS Variables */
:root {
--baleine-blue:#1a5a8e;
--dirty-blue:#4080a0;
--blue-dam:#a1c3d4;
--oyster-bisque:#f2e4b1;
--indiana-clay:#e6895b;
}