Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1e3a4d;
}
.crashing-waves {
color: #3d6b8a;
}
.shakespeare {
color: #5b9bb9;
}
.astral-spirit {
color: #8dc3e8;
}
.boxwood-yellow {
color: #f0e4a8;
}
/* CSS Variables */
:root {
--subterranean-river:#1e3a4d;
--crashing-waves:#3d6b8a;
--shakespeare:#5b9bb9;
--astral-spirit:#8dc3e8;
--boxwood-yellow:#f0e4a8;
}