Color names in this palette
CSS code for this palette
/* CSS */
.pink-peony {
color: #e3c0d5;
}
.nadeshiko-pink {
color: #f8afc3;
}
.camaron-pink {
color: #ff8091;
}
.blood-burst {
color: #ff4d4f;
}
.strawberry {
color: #ff293b;
}
/* CSS Variables */
:root {
--pink-peony:#e3c0d5;
--nadeshiko-pink:#f8afc3;
--camaron-pink:#ff8091;
--blood-burst:#ff4d4f;
--strawberry:#ff293b;
}