Pastel Pink House

aesthetic, pink, cream, blue, soft

Color Adjustments

Pastel Pink House Color Palette CSS

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

.color-2 {
  color: #F1E1B6;
}

.color-3 {
  color: #B6E2D7;
}

.color-4 {
  color: #C3B2E0;
}

.color-5 {
  color: #FFB3B3;
}

/* CSS Variables */
:root {
  --color-1: #F9C3D6;
  --color-2: #F1E1B6;
  --color-3: #B6E2D7;
  --color-4: #C3B2E0;
  --color-5: #FFB3B3;
}

Pastel Pink House Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F9C3D6, #F1E1B6, #B6E2D7, #C3B2E0, #FFB3B3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F9C3D6, #F1E1B6, #B6E2D7, #C3B2E0, #FFB3B3);
}

Pastel Pink House color palette created on .

34 views