Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1f4d;
}
.san-marino {
color: #4b6ba0;
}
.blue-tourmaline {
color: #4b96d2;
}
.buttery-croissant {
color: #f2df9c;
}
.miami-marmalade {
color: #f28e1c;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1f4d;
--san-marino:#4b6ba0;
--blue-tourmaline:#4b96d2;
--buttery-croissant:#f2df9c;
--miami-marmalade:#f28e1c;
}