Color names in this palette
CSS code for this palette
/* CSS */
.seljuk-blue {
color: #4b85f1;
}
.broken-blue {
color: #6cb0f4;
}
.long-island-sound {
color: #92d7f6;
}
.canola-oil {
color: #f3e97c;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--seljuk-blue:#4b85f1;
--broken-blue:#6cb0f4;
--long-island-sound:#92d7f6;
--canola-oil:#f3e97c;
--squash-blossom:#f6b83c;
}