Color names in this palette
CSS code for this palette
/* CSS */
.etruscan-red {
color: #c92c3c;
}
.porcelain-rose {
color: #ef6c6c;
}
.florida-sunrise {
color: #f3a76d;
}
.forsythia-blossom {
color: #f3d46d;
}
.nature-s-delight {
color: #a2d68f;
}
/* CSS Variables */
:root {
--etruscan-red:#c92c3c;
--porcelain-rose:#ef6c6c;
--florida-sunrise:#f3a76d;
--forsythia-blossom:#f3d46d;
--nature-s-delight:#a2d68f;
}