Color names in this palette
CSS code for this palette
/* CSS */
.french-pass {
color: #a3d4e0;
}
.fine-blue {
color: #b7e1e1;
}
.salmon-eggs {
color: #f9d55d;
}
.squash-blossom {
color: #f6b83c;
}
.blaze {
color: #f69051;
}
/* CSS Variables */
:root {
--french-pass:#a3d4e0;
--fine-blue:#b7e1e1;
--salmon-eggs:#f9d55d;
--squash-blossom:#f6b83c;
--blaze:#f69051;
}