Color names in this palette
CSS code for this palette
/* CSS */
.pagoda-blue {
color: #1e7d94;
}
.clean-pool {
color: #4fc3e3;
}
.silverpine-cyan {
color: #92e4f6;
}
.eyelash-viper {
color: #f0c54c;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--pagoda-blue:#1e7d94;
--clean-pool:#4fc3e3;
--silverpine-cyan:#92e4f6;
--eyelash-viper:#f0c54c;
--sun-orange:#f47b1f;
}