Color names in this palette
CSS code for this palette
/* CSS */
.blue-bay {
color: #5d9bd5;
}
.azure-blue {
color: #4a91c4;
}
.tufts-blue {
color: #407bbf;
}
.dithered-sky {
color: #c2e0ff;
}
.pink-peony {
color: #e3c0d6;
}
/* CSS Variables */
:root {
--blue-bay:#5d9bd5;
--azure-blue:#4a91c4;
--tufts-blue:#407bbf;
--dithered-sky:#c2e0ff;
--pink-peony:#e3c0d6;
}