Color names in this palette
CSS code for this palette
/* CSS */
.baby-steps {
color: #f6c6d9;
}
.rozowy-pink {
color: #f1a7b7;
}
.wonder-lust {
color: #f18ea0;
}
.sugar-coral {
color: #f16a79;
}
.bara-red {
color: #e8596a;
}
/* CSS Variables */
:root {
--baby-steps:#f6c6d9;
--rozowy-pink:#f1a7b7;
--wonder-lust:#f18ea0;
--sugar-coral:#f16a79;
--bara-red:#e8596a;
}