Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1c3f5e;
}
.blue-dart-frog {
color: #3a7d98;
}
.fountain-blue {
color: #65b2b3;
}
.chloride {
color: #97d8c1;
}
.fake-blonde {
color: #f0e6c1;
}
/* CSS Variables */
:root {
--sir-edmund:#1c3f5e;
--blue-dart-frog:#3a7d98;
--fountain-blue:#65b2b3;
--chloride:#97d8c1;
--fake-blonde:#f0e6c1;
}