Sweet Celebration

pink, yellow, cream, light, spring

Color Adjustments

Sweet Celebration Color Palette CSS

/* CSS */
.color-1 {
  color: #F4C3C3;
}

.color-2 {
  color: #F7D2A1;
}

.color-3 {
  color: #F9E7C3;
}

.color-4 {
  color: #E0AED4;
}

.color-5 {
  color: #C2D8E5;
}

/* CSS Variables */
:root {
  --color-1: #F4C3C3;
  --color-2: #F7D2A1;
  --color-3: #F9E7C3;
  --color-4: #E0AED4;
  --color-5: #C2D8E5;
}

Sweet Celebration Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F4C3C3, #F7D2A1, #F9E7C3, #E0AED4, #C2D8E5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F4C3C3, #F7D2A1, #F9E7C3, #E0AED4, #C2D8E5);
}

Sweet Celebration color palette created on .

17 views
Sweet Celebration Color Palette