Serene Spring Brigade

bright, peach, green, blue, soft

Color Adjustments

Serene Spring Brigade Color Palette CSS

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

.color-2 {
  color: #F4C5A9;
}

.color-3 {
  color: #F5E19E;
}

.color-4 {
  color: #C2E3B5;
}

.color-5 {
  color: #98D6E1;
}

/* CSS Variables */
:root {
  --color-1: #F1A8A2;
  --color-2: #F4C5A9;
  --color-3: #F5E19E;
  --color-4: #C2E3B5;
  --color-5: #98D6E1;
}

Serene Spring Brigade Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F1A8A2, #F4C5A9, #F5E19E, #C2E3B5, #98D6E1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F1A8A2, #F4C5A9, #F5E19E, #C2E3B5, #98D6E1);
}

Serene Spring Brigade color palette created on .

23 views
Serene Spring Brigade Color Palette