Color names in this palette
CSS code for this palette
/* CSS */
.chi-gong {
color: #da2b2b;
}
.golden-mary {
color: #f5bb3d;
}
.mountain-bluebird {
color: #4b9cbe;
}
.blue-dahlia {
color: #405b9c;
}
.battered-sausage {
color: #ede1d4;
}
/* CSS Variables */
:root {
--chi-gong:#da2b2b;
--golden-mary:#f5bb3d;
--mountain-bluebird:#4b9cbe;
--blue-dahlia:#405b9c;
--battered-sausage:#ede1d4;
}