Color names in this palette
CSS code for this palette
/* CSS */
.red-panda {
color: #c74b1a;
}
.evening-sunset {
color: #efad6c;
}
.garbanzo-bean {
color: #f0d4a3;
}
.berry-frapp {
color: #b2a3c7;
}
.grey-purple {
color: #7f6b8e;
}
/* CSS Variables */
:root {
--red-panda:#c74b1a;
--evening-sunset:#efad6c;
--garbanzo-bean:#f0d4a3;
--berry-frapp:#b2a3c7;
--grey-purple:#7f6b8e;
}