Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f8c9d9;
}
.pink-fit {
color: #f5a8b1;
}
.fruit-shake {
color: #f29c8c;
}
.animated-coral {
color: #f28d7d;
}
.egyptian-pyramid {
color: #c59b7d;
}
/* CSS Variables */
:root {
--baby-steps:#f8c9d9;
--pink-fit:#f5a8b1;
--fruit-shake:#f29c8c;
--animated-coral:#f28d7d;
--egyptian-pyramid:#c59b7d;
}