Serene Waters And Blossoms

aesthetic, blue, bright, summer, vibrant

Color Adjustments

Serene Waters And Blossoms Color Palette CSS

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

.color-2 {
  color: #66D6A9;
}

.color-3 {
  color: #F2E0B1;
}

.color-4 {
  color: #F6C2A2;
}

.color-5 {
  color: #F68E8E;
}

/* CSS Variables */
:root {
  --color-1: #4BBAE2;
  --color-2: #66D6A9;
  --color-3: #F2E0B1;
  --color-4: #F6C2A2;
  --color-5: #F68E8E;
}

Serene Waters And Blossoms Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4BBAE2, #66D6A9, #F2E0B1, #F6C2A2, #F68E8E);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4BBAE2, #66D6A9, #F2E0B1, #F6C2A2, #F68E8E);
}

Serene Waters And Blossoms color palette created on .

26 views
Serene Waters And Blossoms Color Palette