Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e194d;
}
.antilles-blue {
color: #3b5e8c;
}
.delicate-girl-blue {
color: #65b1c8;
}
.flame-seal {
color: #f3e158;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--fly-by-night:#1e194d;
--antilles-blue:#3b5e8c;
--delicate-girl-blue:#65b1c8;
--flame-seal:#f3e158;
--grapefruit-pulp:#ff6e61;
}