Color names in this palette
CSS code for this palette
/* CSS */
.princess {
color: #f1a7b3;
}
.gold-thread {
color: #fce8b0;
}
.botanical-tint {
color: #a6e3d2;
}
.norfolk-sky {
color: #6cb8e4;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--princess:#f1a7b3;
--gold-thread:#fce8b0;
--botanical-tint:#a6e3d2;
--norfolk-sky:#6cb8e4;
--squash-blossom:#f6b83c;
}