/* CSS */
.color-1 {
  color: #B8CCE5;
}
.color-2 {
  color: #C3D7DF;
}
.color-3 {
  color: #DDC3DF;
}
.color-4 {
  color: #D5C6E2;
}
.color-5 {
  color: #A58EA9;
}
/* CSS Variables */
:root {
  --color-1: #B8CCE5;
  --color-2: #C3D7DF;
  --color-3: #DDC3DF;
  --color-4: #D5C6E2;
  --color-5: #A58EA9;
}/* Linear Gradient */
.linear-gradient {
 background: linear-gradient(0.25turn, #B8CCE5, #C3D7DF, #DDC3DF, #D5C6E2, #A58EA9);
 }/* Radial Gradient */
.radial-gradient {
 background: radial-gradient(circle, #B8CCE5, #C3D7DF, #DDC3DF, #D5C6E2, #A58EA9);
 }Periwinkle Dreams color palette created on .