Color names in this palette
CSS code for this palette
/* CSS */
.zenith {
color: #497b9c;
}
.pearl-blue {
color: #76b2c6;
}
.timeless-seafoam {
color: #afe4e4;
}
.white-solid {
color: #f5f8fa;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--zenith:#497b9c;
--pearl-blue:#76b2c6;
--timeless-seafoam:#afe4e4;
--white-solid:#f5f8fa;
--solar-plexus-chakra:#f1c84b;
}