Color names in this palette
CSS code for this palette
/* CSS */
.fly-by-night {
color: #1e1f4d;
}
.ocean-call {
color: #2d6a8b;
}
.rockpool {
color: #4ea29f;
}
.radiant-sun {
color: #f3ca4f;
}
.fiery-salmon {
color: #f76969;
}
/* CSS Variables */
:root {
--fly-by-night:#1e1f4d;
--ocean-call:#2d6a8b;
--rockpool:#4ea29f;
--radiant-sun:#f3ca4f;
--fiery-salmon:#f76969;
}