Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f3d5c;
}
.kimberley-sea {
color: #3a687e;
}
.explorer-blue {
color: #59a5b1;
}
.flowering-cactus {
color: #9ed6c0;
}
.woven-raffia {
color: #f2dfc0;
}
/* CSS Variables */
:root {
--sir-edmund:#1f3d5c;
--kimberley-sea:#3a687e;
--explorer-blue:#59a5b1;
--flowering-cactus:#9ed6c0;
--woven-raffia:#f2dfc0;
}