Color names in this palette
CSS code for this palette
/* CSS */
.brunswick-green {
color: #1b4b3d;
}
.bejewelled {
color: #2ca06c;
}
.biscay-green {
color: #52c7a2;
}
.capri-water-blue {
color: #a8e1d4;
}
.cold-white {
color: #f0fffa;
}
/* CSS Variables */
:root {
--brunswick-green:#1b4b3d;
--bejewelled:#2ca06c;
--biscay-green:#52c7a2;
--capri-water-blue:#a8e1d4;
--cold-white:#f0fffa;
}