Color names in this palette
CSS code for this palette
/* CSS */
.aviary-blue {
color: #c5e1e8;
}
.terrace-pool {
color: #a3d6e0;
}
.blue-topaz {
color: #64b1c9;
}
.magic-blue {
color: #3d8ca9;
}
.ocean-call {
color: #2d6a8b;
}
/* CSS Variables */
:root {
--aviary-blue:#c5e1e8;
--terrace-pool:#a3d6e0;
--blue-topaz:#64b1c9;
--magic-blue:#3d8ca9;
--ocean-call:#2d6a8b;
}