Color names in this palette
CSS code for this palette
/* CSS */
.silent-ripple {
color: #a9e5e0;
}
.crystalsong-blue {
color: #4eb7b3;
}
.riviera-paradise {
color: #00999e;
}
.by-the-bayou {
color: #007c8f;
}
.sherpa-blue {
color: #004a4d;
}
/* CSS Variables */
:root {
--silent-ripple:#a9e5e0;
--crystalsong-blue:#4eb7b3;
--riviera-paradise:#00999e;
--by-the-bayou:#007c8f;
--sherpa-blue:#004a4d;
}