Color names in this palette
CSS code for this palette
/* CSS */
.homeworld {
color: #1c9ad4;
}
.bianchi-green {
color: #3dc7c7;
}
.ocean-in-a-bowl {
color: #6de3c0;
}
.oasis-stream {
color: #a3f0d8;
}
.shiroi-white {
color: #eaf6f3;
}
/* CSS Variables */
:root {
--homeworld:#1c9ad4;
--bianchi-green:#3dc7c7;
--ocean-in-a-bowl:#6de3c0;
--oasis-stream:#a3f0d8;
--shiroi-white:#eaf6f3;
}