Color names in this palette
CSS code for this palette
/* CSS */
.overtone {
color: #a6e2ae;
}
.bay {
color: #b1e2d2;
}
.storm-lightning {
color: #f9e79f;
}
.squash-blossom {
color: #f6b83c;
}
.rose-fusion {
color: #f76a55;
}
/* CSS Variables */
:root {
--overtone:#a6e2ae;
--bay:#b1e2d2;
--storm-lightning:#f9e79f;
--squash-blossom:#f6b83c;
--rose-fusion:#f76a55;
}