Color names in this palette
CSS code for this palette
/* CSS */
.sunset-orange {
color: #ff5f57;
}
.mango-orange {
color: #ff8a5c;
}
.simply-peachy {
color: #ffbf6b;
}
.aquarelle-green {
color: #e1f4e4;
}
.aqua-zing {
color: #80dbd8;
}
/* CSS Variables */
:root {
--sunset-orange:#ff5f57;
--mango-orange:#ff8a5c;
--simply-peachy:#ffbf6b;
--aquarelle-green:#e1f4e4;
--aqua-zing:#80dbd8;
}