Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.pismo-dunes {
color: #f6d7a2;
}
.ice-cold-stare {
color: #b3d6ff;
}
.angela-bay {
color: #a4c3e5;
}
.adrift {
color: #4b8f9b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--pismo-dunes:#f6d7a2;
--ice-cold-stare:#b3d6ff;
--angela-bay:#a4c3e5;
--adrift:#4b8f9b;
}