Whispers Of Elegance

elegant, cream, pink, purple, light

Color Adjustments

Whispers Of Elegance Color Palette CSS

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

.color-2 {
  color: #E1C6A8;
}

.color-3 {
  color: #CFA5AF;
}

.color-4 {
  color: #B48DCE;
}

.color-5 {
  color: #8E6BB8;
}

/* CSS Variables */
:root {
  --color-1: #F7E9B1;
  --color-2: #E1C6A8;
  --color-3: #CFA5AF;
  --color-4: #B48DCE;
  --color-5: #8E6BB8;
}

Whispers Of Elegance Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F7E9B1, #E1C6A8, #CFA5AF, #B48DCE, #8E6BB8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F7E9B1, #E1C6A8, #CFA5AF, #B48DCE, #8E6BB8);
}

Whispers Of Elegance color palette created on .

1 view