Color names in this palette
CSS code for this palette
/* CSS */
.star-and-crescent-red {
color: #c52023;
}
.phoenix-red {
color: #e06e5c;
}
.allspice {
color: #f9c9a9;
}
.young-apricot {
color: #fdd6b4;
}
.sandy-beach {
color: #fae1d1;
}
/* CSS Variables */
:root {
--star-and-crescent-red:#c52023;
--phoenix-red:#e06e5c;
--allspice:#f9c9a9;
--young-apricot:#fdd6b4;
--sandy-beach:#fae1d1;
}