Color names in this palette
CSS code for this palette
/* CSS */
.deep-marine {
color: #2f636a;
}
.flounce {
color: #4a898c;
}
.veranda-blue {
color: #66b2b0;
}
.aqua-wish {
color: #a1e2d2;
}
.azure-mist {
color: #f0fff4;
}
/* CSS Variables */
:root {
--deep-marine:#2f636a;
--flounce:#4a898c;
--veranda-blue:#66b2b0;
--aqua-wish:#a1e2d2;
--azure-mist:#f0fff4;
}