Color names in this palette
CSS code for this palette
/* CSS */
.purple-hyacinth {
color: #6e90bf;
}
.gallery-blue {
color: #9cb8e8;
}
.garbanzo-bean {
color: #f0d5a3;
}
.blush {
color: #f29f8c;
}
.reductant {
color: #e65c5c;
}
/* CSS Variables */
:root {
--purple-hyacinth:#6e90bf;
--gallery-blue:#9cb8e8;
--garbanzo-bean:#f0d5a3;
--blush:#f29f8c;
--reductant:#e65c5c;
}