Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.storm-lightning {
color: #f9e79f;
}
.jovial-jade {
color: #81dfaa;
}
.seaborn {
color: #85c1ae;
}
.blue-damselfly {
color: #3398db;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--storm-lightning:#f9e79f;
--jovial-jade:#81dfaa;
--seaborn:#85c1ae;
--blue-damselfly:#3398db;
}