Color names in this palette
CSS code for this palette
/* CSS */
.painted-poppy {
color: #c84a3c;
}
.salsa-sizzle {
color: #f07b3d;
}
.maximum-yellow-red {
color: #f0b74c;
}
.bananarama {
color: #e2d869;
}
.blue-dam {
color: #a3c4d2;
}
/* CSS Variables */
:root {
--painted-poppy:#c84a3c;
--salsa-sizzle:#f07b3d;
--maximum-yellow-red:#f0b74c;
--bananarama:#e2d869;
--blue-dam:#a3c4d2;
}