Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1c3d5e;
}
.cossack-dancer {
color: #4a88a1;
}
.hawaiian-breeze {
color: #76c5e0;
}
.luminescent-blue {
color: #a2e2e6;
}
.distant-horizon {
color: #f1f6f9;
}
/* CSS Variables */
:root {
--sir-edmund:#1c3d5e;
--cossack-dancer:#4a88a1;
--hawaiian-breeze:#76c5e0;
--luminescent-blue:#a2e2e6;
--distant-horizon:#f1f6f9;
}