Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1a1f51;
}
.crashing-waves {
color: #3f6d88;
}
.salt-lake {
color: #73c3d3;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.strawberry-pink {
color: #f26e7d;
}
/* CSS Variables */
:root {
--fly-by-night:#1a1f51;
--crashing-waves:#3f6d88;
--salt-lake:#73c3d3;
--apricot-glazed-chicken:#f5a524;
--strawberry-pink:#f26e7d;
}