Color names in this palette
CSS code for this palette
/* CSS */
.silver-strawberry {
color: #f1c1c1;
}
.pressed-rose {
color: #f1a7a7;
}
.bierwurst {
color: #f18e8e;
}
.juicy-peach {
color: #d68f8f;
}
.enticing-red {
color: #b74e4e;
}
/* CSS Variables */
:root {
--silver-strawberry:#f1c1c1;
--pressed-rose:#f1a7a7;
--bierwurst:#f18e8e;
--juicy-peach:#d68f8f;
--enticing-red:#b74e4e;
}