Color names in this palette
CSS code for this palette
/* CSS */
.blue-dam {
color: #a3c4d2;
}
.verdigris-green {
color: #5fab8c;
}
.squash-blossom {
color: #f6b83c;
}
.welcoming-wasp {
color: #f0a800;
}
.fire-island {
color: #d8503b;
}
/* CSS Variables */
:root {
--blue-dam:#a3c4d2;
--verdigris-green:#5fab8c;
--squash-blossom:#f6b83c;
--welcoming-wasp:#f0a800;
--fire-island:#d8503b;
}