Color names in this palette
CSS code for this palette
/* CSS */
.aura-orange {
color: #b32d29;
}
.bricks-of-hope {
color: #d85a5a;
}
.calabrese {
color: #f6a8a2;
}
.french-bustle {
color: #f1d5d5;
}
.royal-wedding {
color: #fce3e3;
}
/* CSS Variables */
:root {
--aura-orange:#b32d29;
--bricks-of-hope:#d85a5a;
--calabrese:#f6a8a2;
--french-bustle:#f1d5d5;
--royal-wedding:#fce3e3;
}