Color names in this palette
CSS code for this palette
/* CSS */
.azure {
color: #007bff;
}
.vanadyl-blue {
color: #00a5e0;
}
.maldives {
color: #00b6d6;
}
.picnic-day-sky {
color: #00cbe6;
}
.thousand-sons-blue {
color: #00dbeb;
}
/* CSS Variables */
:root {
--azure:#007bff;
--vanadyl-blue:#00a5e0;
--maldives:#00b6d6;
--picnic-day-sky:#00cbe6;
--thousand-sons-blue:#00dbeb;
}