Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.granola {
color: #f5cc9e;
}
.oklahoma-wheat {
color: #f4e0b8;
}
.blue-dam {
color: #a5c6d5;
}
.summer-turquoise-blue {
color: #4da0ac;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--granola:#f5cc9e;
--oklahoma-wheat:#f4e0b8;
--blue-dam:#a5c6d5;
--summer-turquoise-blue:#4da0ac;
}