Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.anna-banana {
color: #f6d241;
}
.buttery-croissant {
color: #f3e19b;
}
.blue-electress {
color: #6e9ecf;
}
.caspian-sea {
color: #4f6e92;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--anna-banana:#f6d241;
--buttery-croissant:#f3e19b;
--blue-electress:#6e9ecf;
--caspian-sea:#4f6e92;
}