Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.dazzle {
color: #508db9;
}
.regale-blue {
color: #80b2d6;
}
.radiant-sun {
color: #f1c950;
}
.flint-corn-red {
color: #d6613d;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--dazzle:#508db9;
--regale-blue:#80b2d6;
--radiant-sun:#f1c950;
--flint-corn-red:#d6613d;
}