Color names in this palette
CSS code for this palette
/* CSS */
.iced-aqua {
color: #a6d4d9;
}
.peahen {
color: #6d9c8b;
}
.lucky-shamrock {
color: #4a7d7d;
}
.delta-green {
color: #2d4c4e;
}
.deep-sanction {
color: #1b5155;
}
/* CSS Variables */
:root {
--iced-aqua:#a6d4d9;
--peahen:#6d9c8b;
--lucky-shamrock:#4a7d7d;
--delta-green:#2d4c4e;
--deep-sanction:#1b5155;
}