Color names in this palette
CSS code for this palette
/* CSS */
.jazz-blue {
color: #1b649d;
}
.aquatic-cool {
color: #3ca0b4;
}
.throat-chakra {
color: #6cccda;
}
.everest {
color: #a1e2e3;
}
.distant-horizon {
color: #f1f8f8;
}
/* CSS Variables */
:root {
--jazz-blue:#1b649d;
--aquatic-cool:#3ca0b4;
--throat-chakra:#6cccda;
--everest:#a1e2e3;
--distant-horizon:#f1f8f8;
}