Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d3e0;
}
.southern-belle {
color: #a3d7c5;
}
.radiant-sun {
color: #f3ca4f;
}
.squash-blossom {
color: #f6b83c;
}
.entan-red {
color: #e76e50;
}
/* CSS Variables */
:root {
--french-pass:#a3d3e0;
--southern-belle:#a3d7c5;
--radiant-sun:#f3ca4f;
--squash-blossom:#f6b83c;
--entan-red:#e76e50;
}