Color names in this palette
CSS code for this palette
/* CSS */
.jasper {
color: #d53f3f;
}
.pressed-rose {
color: #f1a7a7;
}
.silver-strawberry {
color: #f1c1c1;
}
.venus-pink {
color: #f1e4e4;
}
.sunday-best {
color: #f9c8c8;
}
/* CSS Variables */
:root {
--jasper:#d53f3f;
--pressed-rose:#f1a7a7;
--silver-strawberry:#f1c1c1;
--venus-pink:#f1e4e4;
--sunday-best:#f9c8c8;
}