Elysian Temptation

soft, cream, pink, luxury, feminine

Color Adjustments

Elysian Temptation Color Palette CSS

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

.color-2 {
  color: #F1D3D0;
}

.color-3 {
  color: #F5E1D6;
}

.color-4 {
  color: #F4C7C3;
}

.color-5 {
  color: #DE9A8C;
}

/* CSS Variables */
:root {
  --color-1: #EAB6AE;
  --color-2: #F1D3D0;
  --color-3: #F5E1D6;
  --color-4: #F4C7C3;
  --color-5: #DE9A8C;
}

Elysian Temptation Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #EAB6AE, #F1D3D0, #F5E1D6, #F4C7C3, #DE9A8C);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #EAB6AE, #F1D3D0, #F5E1D6, #F4C7C3, #DE9A8C);
}

Elysian Temptation color palette created on .

47 views