Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.bianchi-green {
color: #3fc6c6;
}
.island-paradise {
color: #8ee6e6;
}
.icy-wind {
color: #d5f1f1;
}
.dr-white {
color: #f9fbfb;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--bianchi-green:#3fc6c6;
--island-paradise:#8ee6e6;
--icy-wind:#d5f1f1;
--dr-white:#f9fbfb;
}