Pink Sunset

bright, pink, orange, yellow, fun

Color Adjustments

Pink Sunset Color Palette CSS

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

.color-2 {
  color: #FF6E61;
}

.color-3 {
  color: #FF4D00;
}

.color-4 {
  color: #FFB84D;
}

.color-5 {
  color: #FF9D00;
}

/* CSS Variables */
:root {
  --color-1: #FFB3C1;
  --color-2: #FF6E61;
  --color-3: #FF4D00;
  --color-4: #FFB84D;
  --color-5: #FF9D00;
}

Pink Sunset Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FFB3C1, #FF6E61, #FF4D00, #FFB84D, #FF9D00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FFB3C1, #FF6E61, #FF4D00, #FFB84D, #FF9D00);
}

Pink Sunset color palette created on .

2 views
Pink Sunset Color Palette