Color names in this palette
CSS code for this palette
/* CSS */
.sun-orange {
color: #f47b1f;
}
.squash-blossom {
color: #f9b134;
}
.forsythia-blossom {
color: #f9d66c;
}
.terrace-pool {
color: #a1d9e3;
}
.star-sapphire {
color: #3b6b9b;
}
/* CSS Variables */
:root {
--sun-orange:#f47b1f;
--squash-blossom:#f9b134;
--forsythia-blossom:#f9d66c;
--terrace-pool:#a1d9e3;
--star-sapphire:#3b6b9b;
}