Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.orpiment-yellow {
color: #f9c89a;
}
.lemon-rose {
color: #f9e8ae;
}
.blue-click {
color: #a9d7ea;
}
.blue-gourami {
color: #6c9eda;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--orpiment-yellow:#f9c89a;
--lemon-rose:#f9e8ae;
--blue-click:#a9d7ea;
--blue-gourami:#6c9eda;
}