Color names in this palette
CSS code for this palette
/* CSS */
.vibrant-red {
color: #c34b6d;
}
.fiery-salmon {
color: #f76969;
}
.ginger-milk {
color: #f9a658;
}
.forsythia-blossom {
color: #f4d66c;
}
.tropical-light {
color: #a3d770;
}
/* CSS Variables */
:root {
--vibrant-red:#c34b6d;
--fiery-salmon:#f76969;
--ginger-milk:#f9a658;
--forsythia-blossom:#f4d66c;
--tropical-light:#a3d770;
}