Color names in this palette
CSS code for this palette
/* CSS */
.b-dazzled-blue {
color: #2f5c93;
}
.azure-blue {
color: #4f8ec9;
}
.aero {
color: #7bb7e5;
}
.yellow-groove {
color: #f2ba2c;
}
.rusty-nail {
color: #d3501d;
}
/* CSS Variables */
:root {
--b-dazzled-blue:#2f5c93;
--azure-blue:#4f8ec9;
--aero:#7bb7e5;
--yellow-groove:#f2ba2c;
--rusty-nail:#d3501d;
}