Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a4d6d3;
}
.seaborn {
color: #85c1b5;
}
.dragon-bay {
color: #5fab9f;
}
.perky {
color: #3e8979;
}
.galapagos-green {
color: #2a6a5d;
}
/* CSS Variables */
:root {
--smooth-satin:#a4d6d3;
--seaborn:#85c1b5;
--dragon-bay:#5fab9f;
--perky:#3e8979;
--galapagos-green:#2a6a5d;
}