Cotton Candy Dreams

aesthetic, pink, vibrant, feminine, spring

Color Adjustments

Cotton Candy Dreams Color Palette CSS

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

.color-2 {
  color: #FFB3E4;
}

.color-3 {
  color: #FF9EFF;
}

.color-4 {
  color: #FF7092;
}

.color-5 {
  color: #FF3D5A;
}

/* CSS Variables */
:root {
  --color-1: #F8C9F2;
  --color-2: #FFB3E4;
  --color-3: #FF9EFF;
  --color-4: #FF7092;
  --color-5: #FF3D5A;
}

Cotton Candy Dreams Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F8C9F2, #FFB3E4, #FF9EFF, #FF7092, #FF3D5A);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F8C9F2, #FFB3E4, #FF9EFF, #FF7092, #FF3D5A);
}

Cotton Candy Dreams color palette created on .

51 views
Cotton Candy Dreams Color Palette