Color names in this palette
CSS code for this palette
/* CSS */
.blue-beads {
color: #5a7fa0;
}
.cloudy-valley {
color: #b3c7d6;
}
.posy {
color: #f2e2d4;
}
.squash-blossom {
color: #f6b83c;
}
.plastic-carrot {
color: #f45b1f;
}
/* CSS Variables */
:root {
--blue-beads:#5a7fa0;
--cloudy-valley:#b3c7d6;
--posy:#f2e2d4;
--squash-blossom:#f6b83c;
--plastic-carrot:#f45b1f;
}