Vibrant Imprint

bright, orange, pink, purple, fun

Color Adjustments

Vibrant Imprint Color Palette CSS

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

.color-2 {
  color: #F3843F;
}

.color-3 {
  color: #F34F4F;
}

.color-4 {
  color: #DF5386;
}

.color-5 {
  color: #A74FBA;
}

/* CSS Variables */
:root {
  --color-1: #F7B32B;
  --color-2: #F3843F;
  --color-3: #F34F4F;
  --color-4: #DF5386;
  --color-5: #A74FBA;
}

Vibrant Imprint Gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #F7B32B, #F3843F, #F34F4F, #DF5386, #A74FBA);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #F7B32B, #F3843F, #F34F4F, #DF5386, #A74FBA);
}

Vibrant Imprint color palette created on .

27 views
Vibrant Imprint Color Palette