Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3d5c;
}
.blue-square {
color: #4e8a97;
}
.lifeboat-blue {
color: #7fb5b8;
}
.neighborly-peach {
color: #f1c3a2;
}
.pimento {
color: #d95d4a;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3d5c;
--blue-square:#4e8a97;
--lifeboat-blue:#7fb5b8;
--neighborly-peach:#f1c3a2;
--pimento:#d95d4a;
}