Color names in this palette
CSS code for this palette
/* CSS */
.tahitian-breeze {
color: #b9e9e5;
}
.shallow-shoal {
color: #9fd5d6;
}
.kingfisher-turquoise {
color: #7ab6b8;
}
.aqua-fresco {
color: #4da2a3;
}
.ocean-liner {
color: #1b8b8d;
}
/* CSS Variables */
:root {
--tahitian-breeze:#b9e9e5;
--shallow-shoal:#9fd5d6;
--kingfisher-turquoise:#7ab6b8;
--aqua-fresco:#4da2a3;
--ocean-liner:#1b8b8d;
}