Sands Of Time

amber, gold, orange, warm, earthy, vibrant, sunset, autumn, bright, retro

Color Adjustments

Sands Of Time Color Palette CSS

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

.color-2 {
  color: #F4B73E;
}

.color-3 {
  color: #E79B32;
}

.color-4 {
  color: #DE761B;
}

.color-5 {
  color: #C25714;
}

/* CSS Variables */
:root {
  --color-1: #EFC55D;
  --color-2: #F4B73E;
  --color-3: #E79B32;
  --color-4: #DE761B;
  --color-5: #C25714;
}

Sands Of Time Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #EFC55D, #F4B73E, #E79B32, #DE761B, #C25714);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #EFC55D, #F4B73E, #E79B32, #DE761B, #C25714);
}

Sands Of Time color palette created on .

252 views
Sands Of Time Color Palette