Color names in this palette
CSS code for this palette
/* CSS */
.fireglow {
color: #d65e3d;
}
.welcoming-wasp {
color: #f0a800;
}
.android-green {
color: #a5c639;
}
.lake-green {
color: #2c8c5c;
}
.maritime-outpost {
color: #1e4c80;
}
/* CSS Variables */
:root {
--fireglow:#d65e3d;
--welcoming-wasp:#f0a800;
--android-green:#a5c639;
--lake-green:#2c8c5c;
--maritime-outpost:#1e4c80;
}