Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f3c9d9;
}
.rose-mallow {
color: #f1a7c5;
}
.wonder-lust {
color: #f28c9d;
}
.camellia {
color: #f2695a;
}
.mod-orange {
color: #d95a3a;
}
/* CSS Variables */
:root {
--baby-steps:#f3c9d9;
--rose-mallow:#f1a7c5;
--wonder-lust:#f28c9d;
--camellia:#f2695a;
--mod-orange:#d95a3a;
}