Color names in this palette
CSS code for this palette
/* CSS */
.seljuk-blue {
color: #4a87e8;
}
.broken-blue {
color: #6cb4f4;
}
.juzcar-blue {
color: #a2d4f1;
}
.smooth-as-corn-silk {
color: #f6e5b1;
}
.apricot-obsession {
color: #f8c1b4;
}
/* CSS Variables */
:root {
--seljuk-blue:#4a87e8;
--broken-blue:#6cb4f4;
--juzcar-blue:#a2d4f1;
--smooth-as-corn-silk:#f6e5b1;
--apricot-obsession:#f8c1b4;
}