Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.peach-patch {
color: #f1d5a2;
}
.ocean-cruise {
color: #9fd4df;
}
.cyan-azure {
color: #4a81b5;
}
.blue-rose {
color: #2b2b73;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--peach-patch:#f1d5a2;
--ocean-cruise:#9fd4df;
--cyan-azure:#4a81b5;
--blue-rose:#2b2b73;
}