Color names in this palette
CSS code for this palette
/* CSS */
.woad-blue {
color: #5a7dba;
}
.blue-dam {
color: #a1c6d4;
}
.aviary-blue {
color: #c5e2e7;
}
.distant-horizon {
color: #f1f8f9;
}
.athena-pink {
color: #e7b1c1;
}
/* CSS Variables */
:root {
--woad-blue:#5a7dba;
--blue-dam:#a1c6d4;
--aviary-blue:#c5e2e7;
--distant-horizon:#f1f8f9;
--athena-pink:#e7b1c1;
}