Color names in this palette
CSS code for this palette
/* CSS */
.lago-blue {
color: #1db2c9;
}
.gusto-gold {
color: #f9a91f;
}
.fusion-red {
color: #ff6161;
}
.storm-lightning {
color: #f9e79f;
}
.rainy-lake {
color: #3c6a8b;
}
/* CSS Variables */
:root {
--lago-blue:#1db2c9;
--gusto-gold:#f9a91f;
--fusion-red:#ff6161;
--storm-lightning:#f9e79f;
--rainy-lake:#3c6a8b;
}