Color names in this palette
CSS code for this palette
/* CSS */
.sir-edmund {
color: #1f4060;
}
.chinese-porcelain {
color: #396079;
}
.hippie-blue {
color: #4c8a9a;
}
.gondolier {
color: #5fb2c8;
}
.vandermint {
color: #a8e0e6;
}
/* CSS Variables */
:root {
--sir-edmund:#1f4060;
--chinese-porcelain:#396079;
--hippie-blue:#4c8a9a;
--gondolier:#5fb2c8;
--vandermint:#a8e0e6;
}