Pink Princess

aesthetic, bright, pink, vibrant, summer

Color Adjustments

Pink Princess Color Palette CSS

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

.color-2 {
  color: #FF7092;
}

.color-3 {
  color: #FF4D4F;
}

.color-4 {
  color: #DADA4E;
}

.color-5 {
  color: #690571;
}

/* CSS Variables */
:root {
  --color-1: #FF9EBB;
  --color-2: #FF7092;
  --color-3: #FF4D4F;
  --color-4: #DADA4E;
  --color-5: #690571;
}

Pink Princess Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FF9EBB, #FF7092, #FF4D4F, #DADA4E, #690571);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FF9EBB, #FF7092, #FF4D4F, #DADA4E, #690571);
}

Pink Princess color palette created on .

1 view
Pink Princess Color Palette