Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.pink-bubble-tea {
color: #f9b9c0;
}
.golden-blonde {
color: #f1e07e;
}
.treasured-teal {
color: #4dc7b6;
}
.dirty-blue {
color: #3b809b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--pink-bubble-tea:#f9b9c0;
--golden-blonde:#f1e07e;
--treasured-teal:#4dc7b6;
--dirty-blue:#3b809b;
}