Color names in this palette
CSS code for this palette
/* CSS */
.deep-breath {
color: #21225e;
}
.cosmic-cobalt {
color: #323381;
}
.sinatra {
color: #4670be;
}
.truesky-gloxym {
color: #94c3fa;
}
.chickadee {
color: #fbce65;
}
/* CSS Variables */
:root {
--deep-breath:#21225e;
--cosmic-cobalt:#323381;
--sinatra:#4670be;
--truesky-gloxym:#94c3fa;
--chickadee:#fbce65;
}