Color names in this palette
CSS code for this palette
/* CSS */
.sango-pink {
color: #f5b1a8;
}
.squash-bisque {
color: #ebb07f;
}
.straw-hat {
color: #f0d6a8;
}
.coral-green {
color: #a9e5d0;
}
.sky-high {
color: #a4c1f4;
}
/* CSS Variables */
:root {
--sango-pink:#f5b1a8;
--squash-bisque:#ebb07f;
--straw-hat:#f0d6a8;
--coral-green:#a9e5d0;
--sky-high:#a4c1f4;
}