Color names in this palette
CSS code for this palette
/* CSS */
.pink-parade {
color: #b36b9b;
}
.blushing-tulip {
color: #df9fb5;
}
.pomodoro-e-mozzarella {
color: #f3d3df;
}
.curry-bubbles {
color: #f5b800;
}
.usubeni-red {
color: #f16a6a;
}
/* CSS Variables */
:root {
--pink-parade:#b36b9b;
--blushing-tulip:#df9fb5;
--pomodoro-e-mozzarella:#f3d3df;
--curry-bubbles:#f5b800;
--usubeni-red:#f16a6a;
}