Color names in this palette
CSS code for this palette
/* CSS */
.clear-chill {
color: #1f8fff;
}
.clean-pool {
color: #58c5f3;
}
.atmospheric-soft-blue {
color: #a8e3f0;
}
.alice-blue {
color: #f0f8ff;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--clear-chill:#1f8fff;
--clean-pool:#58c5f3;
--atmospheric-soft-blue:#a8e3f0;
--alice-blue:#f0f8ff;
--usc-gold:#ffcc00;
}