Color names in this palette
CSS code for this palette
/* CSS */
.mallard-blue {
color: #3c6277;
}
.cabana-blue {
color: #598c97;
}
.beau-monde {
color: #7db0a0;
}
.glenwood-green {
color: #a7d3b8;
}
.friendly-basilisk {
color: #e3f9e1;
}
/* CSS Variables */
:root {
--mallard-blue:#3c6277;
--cabana-blue:#598c97;
--beau-monde:#7db0a0;
--glenwood-green:#a7d3b8;
--friendly-basilisk:#e3f9e1;
}