Color names in this palette
CSS code for this palette
/* CSS */
.turkish-sea {
color: #1a508e;
}
.bluebonnet-frost {
color: #4a6eb0;
}
.mood-mode {
color: #7c8fd5;
}
.angela-bay {
color: #a7c2e2;
}
.wizard-white {
color: #e0efff;
}
/* CSS Variables */
:root {
--turkish-sea:#1a508e;
--bluebonnet-frost:#4a6eb0;
--mood-mode:#7c8fd5;
--angela-bay:#a7c2e2;
--wizard-white:#e0efff;
}