Color names in this palette
CSS code for this palette
/* CSS */
.cg-red {
color: #e03d2e;
}
.golden-lock {
color: #f8bf20;
}
.lemon-filling {
color: #f7e6a6;
}
.sour-candy {
color: #69af4b;
}
.bold-bolection {
color: #1e6076;
}
/* CSS Variables */
:root {
--cg-red:#e03d2e;
--golden-lock:#f8bf20;
--lemon-filling:#f7e6a6;
--sour-candy:#69af4b;
--bold-bolection:#1e6076;
}