Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1c3f5e;
}
.blue-regent {
color: #2c5e90;
}
.boat-house {
color: #4a8ebf;
}
.tranquil-bay {
color: #76b2e0;
}
.blue-rice {
color: #b6d6f7;
}
/* CSS Variables */
:root {
--sir-edmund:#1c3f5e;
--blue-regent:#2c5e90;
--boat-house:#4a8ebf;
--tranquil-bay:#76b2e0;
--blue-rice:#b6d6f7;
}