Golden Serenity

gold, bright, beach, summer, light

Color Adjustments

Golden Serenity Color Palette CSS

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

.color-2 {
  color: #FFEBB8;
}

.color-3 {
  color: #FFFFFF;
}

.color-4 {
  color: #F7D06E;
}

.color-5 {
  color: #E6B800;
}

/* CSS Variables */
:root {
  --color-1: #FFD900;
  --color-2: #FFEBB8;
  --color-3: #FFFFFF;
  --color-4: #F7D06E;
  --color-5: #E6B800;
}

Golden Serenity Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #FFD900, #FFEBB8, #FFFFFF, #F7D06E, #E6B800);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #FFD900, #FFEBB8, #FFFFFF, #F7D06E, #E6B800);
}

Golden Serenity color palette created on .

2 views
Golden Serenity Color Palette