Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.democrat {
color: #00b0f0;
}
.picnic-day-sky {
color: #00c8f0;
}
.non-photo-blue {
color: #9edff0;
}
.bleached-silk {
color: #f2f2f2;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--democrat:#00b0f0;
--picnic-day-sky:#00c8f0;
--non-photo-blue:#9edff0;
--bleached-silk:#f2f2f2;
}