Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #191f4d;
}
.antilles-blue {
color: #3a5a8d;
}
.meadow-blossom-blue {
color: #7ab5d6;
}
.culpeo {
color: #e4a03a;
}
.apricot-orange {
color: #c76d3d;
}
/* CSS Variables */
:root {
--fly-by-night:#191f4d;
--antilles-blue:#3a5a8d;
--meadow-blossom-blue:#7ab5d6;
--culpeo:#e4a03a;
--apricot-orange:#c76d3d;
}