Color names in this palette
CSS code for this palette
/* CSS */
.privileged {
color: #f3ead8;
}
.peach-temptation {
color: #f1c4b1;
}
.strawberry-memory {
color: #e4908b;
}
.pink-flambe {
color: #d54d7b;
}
.chaotic-roses {
color: #c1255e;
}
/* CSS Variables */
:root {
--privileged:#f3ead8;
--peach-temptation:#f1c4b1;
--strawberry-memory:#e4908b;
--pink-flambe:#d54d7b;
--chaotic-roses:#c1255e;
}