Color names in this palette
CSS code for this palette
/* CSS */
.sour-candy {
color: #69af4b;
}
.melon-melody {
color: #f8c391;
}
.sari {
color: #e77c65;
}
.squash-blossom {
color: #f6b83c;
}
.north-star-blue {
color: #1e3799;
}
/* CSS Variables */
:root {
--sour-candy:#69af4b;
--melon-melody:#f8c391;
--sari:#e77c65;
--squash-blossom:#f6b83c;
--north-star-blue:#1e3799;
}