Shades Of Pink And Blue

bright, peach, yellow, green, blue

Color Adjustments

Shades Of Pink And Blue Color Palette CSS

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

.color-2 {
  color: #FDDB91;
}

.color-3 {
  color: #D9E68E;
}

.color-4 {
  color: #8FC7B6;
}

.color-5 {
  color: #699DCE;
}

/* CSS Variables */
:root {
  --color-1: #F7A8A1;
  --color-2: #FDDB91;
  --color-3: #D9E68E;
  --color-4: #8FC7B6;
  --color-5: #699DCE;
}

Shades Of Pink And Blue Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F7A8A1, #FDDB91, #D9E68E, #8FC7B6, #699DCE);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F7A8A1, #FDDB91, #D9E68E, #8FC7B6, #699DCE);
}

Shades Of Pink And Blue color palette created on .

2 views
Shades Of Pink And Blue Color Palette