Color names in this palette
CSS code for this palette
/* CSS */
.royal-blush {
color: #f26d50;
}
.squash-blossom {
color: #f6b83c;
}
.golden-raspberry {
color: #f6d779;
}
.sweet-aqua {
color: #a7e6d1;
}
.brig {
color: #4e9ebc;
}
/* CSS Variables */
:root {
--royal-blush:#f26d50;
--squash-blossom:#f6b83c;
--golden-raspberry:#f6d779;
--sweet-aqua:#a7e6d1;
--brig:#4e9ebc;
}