Color names in this palette
CSS code for this palette
/* CSS */
.peri-peri {
color: #c62a2a;
}
.flushed {
color: #e05252;
}
.cheery {
color: #f08a8a;
}
.strawberry-ripple {
color: #f8cece;
}
.venus-pink {
color: #f0e5e5;
}
/* CSS Variables */
:root {
--peri-peri:#c62a2a;
--flushed:#e05252;
--cheery:#f08a8a;
--strawberry-ripple:#f8cece;
--venus-pink:#f0e5e5;
}