Vibrant Coral

bright, coral, apricot, green, blue

Color Adjustments

Vibrant Coral Color Palette CSS

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

.color-2 {
  color: #FFA142;
}

.color-3 {
  color: #FFD84D;
}

.color-4 {
  color: #A2D67A;
}

.color-5 {
  color: #6CB4E4;
}

/* CSS Variables */
:root {
  --color-1: #FF6E61;
  --color-2: #FFA142;
  --color-3: #FFD84D;
  --color-4: #A2D67A;
  --color-5: #6CB4E4;
}

Vibrant Coral Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FF6E61, #FFA142, #FFD84D, #A2D67A, #6CB4E4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FF6E61, #FFA142, #FFD84D, #A2D67A, #6CB4E4);
}

Vibrant Coral color palette created on .

2 views
Vibrant Coral Color Palette