Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1b3c69;
}
.zenith {
color: #497b9c;
}
.frozen-blue {
color: #a4c6da;
}
.pearl-yellow {
color: #f2e3ba;
}
.fruity-licious {
color: #f89191;
}
/* CSS Variables */
:root {
--lucidity:#1b3c69;
--zenith:#497b9c;
--frozen-blue:#a4c6da;
--pearl-yellow:#f2e3ba;
--fruity-licious:#f89191;
}