Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #c92c2c;
}
.berry-crush {
color: #a96a6d;
}
.magical-mauve {
color: #b8a3a5;
}
.alpenglow {
color: #f1c0b7;
}
.strawberry-smoothie {
color: #e8a1a4;
}
/* CSS Variables */
:root {
--peri-peri:#c92c2c;
--berry-crush:#a96a6d;
--magical-mauve:#b8a3a5;
--alpenglow:#f1c0b7;
--strawberry-smoothie:#e8a1a4;
}