Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.evora {
color: #4f8c8b;
}
.green-silk {
color: #a2c3b0;
}
.soft-butter {
color: #f6e1b6;
}
.mexican-red-papaya {
color: #c64a2f;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--evora:#4f8c8b;
--green-silk:#a2c3b0;
--soft-butter:#f6e1b6;
--mexican-red-papaya:#c64a2f;
}