Color names in this palette
CSS code for this palette
/* CSS */
.ocean-liner {
color: #1a8e8e;
}
.bianchi-green {
color: #3fc6c6;
}
.pluviophile {
color: #6ce0e0;
}
.mint-macaron {
color: #adeef5;
}
.distant-horizon {
color: #f0f9f9;
}
/* CSS Variables */
:root {
--ocean-liner:#1a8e8e;
--bianchi-green:#3fc6c6;
--pluviophile:#6ce0e0;
--mint-macaron:#adeef5;
--distant-horizon:#f0f9f9;
}