Color names in this palette
CSS code for this palette
/* CSS */
.nightly-expedition {
color: #1a1c8e;
}
.cornflower {
color: #4c70dc;
}
.fly-away {
color: #82b7f8;
}
.vanilla-pudding {
color: #f5e170;
}
.pink-glamour {
color: #ff7a7a;
}
/* CSS Variables */
:root {
--nightly-expedition:#1a1c8e;
--cornflower:#4c70dc;
--fly-away:#82b7f8;
--vanilla-pudding:#f5e170;
--pink-glamour:#ff7a7a;
}