Color names in this palette
CSS code for this palette
/* CSS */
.subterranean-river {
color: #1f394d;
}
.azalea-leaf {
color: #4b6572;
}
.little-league {
color: #6c9d8e;
}
.eerie-glow {
color: #a7d7b8;
}
.carla {
color: #f5f8c9;
}
/* CSS Variables */
:root {
--subterranean-river:#1f394d;
--azalea-leaf:#4b6572;
--little-league:#6c9d8e;
--eerie-glow:#a7d7b8;
--carla:#f5f8c9;
}