Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-wave {
color: #3e7a7a;
}
.hygiene-green {
color: #5bb3b3;
}
.smooth-satin {
color: #a0d4d4;
}
.icy-lemonade {
color: #f2e8b0;
}
.cozy-summer-sunset {
color: #e8a09c;
}
/* CSS Variables */
:root {
--atlantic-wave:#3e7a7a;
--hygiene-green:#5bb3b3;
--smooth-satin:#a0d4d4;
--icy-lemonade:#f2e8b0;
--cozy-summer-sunset:#e8a09c;
}