Color names in this palette
CSS code for this palette
/* CSS */
.cg-red {
color: #d93b30;
}
.lemon-dream {
color: #f0a400;
}
.blended-fruit {
color: #f8e2a5;
}
.wintergreen-shadow {
color: #499c7e;
}
.mountain-lake {
color: #2e5a76;
}
/* CSS Variables */
:root {
--cg-red:#d93b30;
--lemon-dream:#f0a400;
--blended-fruit:#f8e2a5;
--wintergreen-shadow:#499c7e;
--mountain-lake:#2e5a76;
}