Romantic Red

bright, coral, peach, gold, pink

Color Adjustments

Romantic Red Color Palette CSS

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

.color-2 {
  color: #FFA142;
}

.color-3 {
  color: #FFD900;
}

.color-4 {
  color: #F1E0B7;
}

.color-5 {
  color: #FFCDCC;
}

/* CSS Variables */
:root {
  --color-1: #FF6E61;
  --color-2: #FFA142;
  --color-3: #FFD900;
  --color-4: #F1E0B7;
  --color-5: #FFCDCC;
}

Romantic Red Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FF6E61, #FFA142, #FFD900, #F1E0B7, #FFCDCC);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FF6E61, #FFA142, #FFD900, #F1E0B7, #FFCDCC);
}

Romantic Red color palette created on .

7 views
Romantic Red Color Palette