Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #191f4d;
}
.beaded-blue {
color: #4a4d8c;
}
.ashton-skies {
color: #7c8cb1;
}
.early-june {
color: #b2d0e0;
}
.lemon-peel {
color: #fff080;
}
/* CSS Variables */
:root {
--fly-by-night:#191f4d;
--beaded-blue:#4a4d8c;
--ashton-skies:#7c8cb1;
--early-june:#b2d0e0;
--lemon-peel:#fff080;
}