/* CSS */
.color-1 {
  color: #DFE2E7;
}
.color-2 {
  color: #B3C3C7;
}
.color-3 {
  color: #8EA4A9;
}
.color-4 {
  color: #50757C;
}
.color-5 {
  color: #2A3A3C;
}
/* CSS Variables */
:root {
  --color-1: #DFE2E7;
  --color-2: #B3C3C7;
  --color-3: #8EA4A9;
  --color-4: #50757C;
  --color-5: #2A3A3C;
}/* Linear Gradient */
.linear-gradient {
 background: linear-gradient(0.25turn, #DFE2E7, #B3C3C7, #8EA4A9, #50757C, #2A3A3C);
 }/* Radial Gradient */
.radial-gradient {
 background: radial-gradient(circle, #DFE2E7, #B3C3C7, #8EA4A9, #50757C, #2A3A3C);
 }Serene Feathers color palette created on .