/* CSS */
.color-1 {
  color: #5D4E6E;
}
.color-2 {
  color: #79698C;
}
.color-3 {
  color: #9C8EA4;
}
.color-4 {
  color: #D0C0D3;
}
.color-5 {
  color: #F3D3E5;
}
/* CSS Variables */
:root {
  --color-1: #5D4E6E;
  --color-2: #79698C;
  --color-3: #9C8EA4;
  --color-4: #D0C0D3;
  --color-5: #F3D3E5;
}/* Linear Gradient */
.linear-gradient {
 background: linear-gradient(0.25turn, #5D4E6E, #79698C, #9C8EA4, #D0C0D3, #F3D3E5);
 }/* Radial Gradient */
.radial-gradient {
 background: radial-gradient(circle, #5D4E6E, #79698C, #9C8EA4, #D0C0D3, #F3D3E5);
 }Ethereal Berry Dream color palette created on .