Color names in this palette
CSS code for this palette
/* CSS */
.refreshing-pool {
color: #b8e5e5;
}
.shallow-shoal {
color: #9fd6d6;
}
.kingfisher-turquoise {
color: #7eb4b4;
}
.tort {
color: #5b8f8f;
}
.sinkhole {
color: #4a6d6d;
}
/* CSS Variables */
:root {
--refreshing-pool:#b8e5e5;
--shallow-shoal:#9fd6d6;
--kingfisher-turquoise:#7eb4b4;
--tort:#5b8f8f;
--sinkhole:#4a6d6d;
}