Color names in this palette
CSS code for this palette
/* CSS */
.alice-blue {
color: #f0f8ff;
}
.wizard-white {
color: #dff1fb;
}
.bellagio-fountains {
color: #b5e2f2;
}
.candid-blue {
color: #6fc5e2;
}
.aquatic-cool {
color: #3ea4b6;
}
/* CSS Variables */
:root {
--alice-blue:#f0f8ff;
--wizard-white:#dff1fb;
--bellagio-fountains:#b5e2f2;
--candid-blue:#6fc5e2;
--aquatic-cool:#3ea4b6;
}