Color names in this palette
CSS code for this palette
/* CSS */
.bijou-blue {
color: #4a5c82;
}
.dyer-s-woad {
color: #799aaf;
}
.june {
color: #9cc7d3;
}
.venetian-pearl {
color: #d3e9d3;
}
.lemon-ice-yellow {
color: #f7e2a6;
}
/* CSS Variables */
:root {
--bijou-blue:#4a5c82;
--dyer-s-woad:#799aaf;
--june:#9cc7d3;
--venetian-pearl:#d3e9d3;
--lemon-ice-yellow:#f7e2a6;
}