Color names in this palette
CSS code for this palette
/* CSS */
.vivid-burgundy {
color: #a41e34;
}
.grenadier {
color: #c74938;
}
.dry-peach {
color: #e07d5c;
}
.squash-blossom {
color: #f6b83c;
}
.miami-stucco {
color: #f6d7b6;
}
/* CSS Variables */
:root {
--vivid-burgundy:#a41e34;
--grenadier:#c74938;
--dry-peach:#e07d5c;
--squash-blossom:#f6b83c;
--miami-stucco:#f6d7b6;
}