Color names in this palette
CSS code for this palette
/* CSS */
.across-the-bay {
color: #b4e1e9;
}
.not-a-cloud-in-sight {
color: #84c8d7;
}
.viking {
color: #4fb3c4;
}
.riviera-paradise {
color: #00999e;
}
.teal {
color: #007f80;
}
/* CSS Variables */
:root {
--across-the-bay:#b4e1e9;
--not-a-cloud-in-sight:#84c8d7;
--viking:#4fb3c4;
--riviera-paradise:#00999e;
--teal:#007f80;
}