Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.sunrise {
color: #f5c07a;
}
.pipitschah {
color: #f5e5c2;
}
.whirlpool {
color: #a6d8c9;
}
.twilight-express {
color: #1e3a76;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--sunrise:#f5c07a;
--pipitschah:#f5e5c2;
--whirlpool:#a6d8c9;
--twilight-express:#1e3a76;
}