Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f4060;
}
.azalea-leaf {
color: #4b6572;
}
.zenith-heights {
color: #a7c6c8;
}
.manhattan {
color: #e2b27e;
}
.shell-pink {
color: #f77e7e;
}
/* CSS Variables */
:root {
--sir-edmund:#1f4060;
--azalea-leaf:#4b6572;
--zenith-heights:#a7c6c8;
--manhattan:#e2b27e;
--shell-pink:#f77e7e;
}