Color names in this palette
CSS code for this palette
/* CSS */
.maritime-outpost {
color: #1c3e82;
}
.parkwater {
color: #4b7dbe;
}
.lucea {
color: #7eb2e7;
}
.welcoming-wasp {
color: #f0a800;
}
.nasturtium-flower {
color: #e9481c;
}
/* CSS Variables */
:root {
--maritime-outpost:#1c3e82;
--parkwater:#4b7dbe;
--lucea:#7eb2e7;
--welcoming-wasp:#f0a800;
--nasturtium-flower:#e9481c;
}