Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.forsythia-blossom {
color: #f3d66d;
}
.storm-lightning {
color: #f7e89c;
}
.candid-blue {
color: #6cc8e4;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--forsythia-blossom:#f3d66d;
--storm-lightning:#f7e89c;
--candid-blue:#6cc8e4;
--azure-tide:#2a9d90;
}