Color names in this palette
CSS code for this palette
/* CSS */
.alizarin-crimson {
color: #e32636;
}
.cg-red {
color: #d93b30;
}
.calabrese {
color: #f1a8a2;
}
.sunday-best {
color: #fbc7c6;
}
.pink-theory {
color: #ffe5e5;
}
/* CSS Variables */
:root {
--alizarin-crimson:#e32636;
--cg-red:#d93b30;
--calabrese:#f1a8a2;
--sunday-best:#fbc7c6;
--pink-theory:#ffe5e5;
}