Color names in this palette
CSS code for this palette
/* CSS */
.beautiful-blue {
color: #1a73b7;
}
.clean-pool {
color: #5ac6e7;
}
.blizzard-blue {
color: #a3e1f0;
}
.shaded-sun {
color: #f1eca2;
}
.nyc-taxi {
color: #f6b531;
}
/* CSS Variables */
:root {
--beautiful-blue:#1a73b7;
--clean-pool:#5ac6e7;
--blizzard-blue:#a3e1f0;
--shaded-sun:#f1eca2;
--nyc-taxi:#f6b531;
}