Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.storm-lightning {
color: #f9e59f;
}
.juzcar-blue {
color: #a4d5f4;
}
.guilliman-blue {
color: #6b9eeb;
}
.salmon-pok-bowl {
color: #f27878;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--storm-lightning:#f9e59f;
--juzcar-blue:#a4d5f4;
--guilliman-blue:#6b9eeb;
--salmon-pok-bowl:#f27878;
}