Color names in this palette
CSS code for this palette
/* CSS */
.french-raspberry {
color: #c92c49;
}
.welcoming-wasp {
color: #f0a800;
}
.tropical-light {
color: #a3d96d;
}
.aloe-cream {
color: #d7e9b9;
}
.insignia {
color: #2c4b9b;
}
/* CSS Variables */
:root {
--french-raspberry:#c92c49;
--welcoming-wasp:#f0a800;
--tropical-light:#a3d96d;
--aloe-cream:#d7e9b9;
--insignia:#2c4b9b;
}