Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.biscuit-cream {
color: #f8c9b4;
}
.roseberry {
color: #f3a7a0;
}
.tropical-violet {
color: #d5a8e1;
}
.terrace-pool {
color: #a3d8e1;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--biscuit-cream:#f8c9b4;
--roseberry:#f3a7a0;
--tropical-violet:#d5a8e1;
--terrace-pool:#a3d8e1;
}