Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a1d9d2;
}
.tropical-escape {
color: #4bb9b5;
}
.riviera-paradise {
color: #00999e;
}
.buzzards-bay {
color: #007a7a;
}
.deep-into-the-jungle {
color: #004d4a;
}
/* CSS Variables */
:root {
--smooth-satin:#a1d9d2;
--tropical-escape:#4bb9b5;
--riviera-paradise:#00999e;
--buzzards-bay:#007a7a;
--deep-into-the-jungle:#004d4a;
}