Color names in this palette
CSS code for this palette
/* CSS */
.danube {
color: #5b8cbe;
}
.blue-glint {
color: #92c6d9;
}
.calabrese {
color: #f1a8a2;
}
.dandelion-yellow {
color: #f6d43c;
}
.chrome-yellow {
color: #faa700;
}
/* CSS Variables */
:root {
--danube:#5b8cbe;
--blue-glint:#92c6d9;
--calabrese:#f1a8a2;
--dandelion-yellow:#f6d43c;
--chrome-yellow:#faa700;
}