Cresset Vigor Color Palette

Discover the beautiful Cresset Vigor color palette featuring mantis (#69bf4a), mantis (#93d05d), cream can (#f2d35a), sea buckthorn (#f99924) and cinnabar (#e24f3c).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Fun, Green, Growth, Nature, Orange, Summer, Vibrant, Yellow color palettes and combinations.

💡 What You Can Do

ColorMagic makes it easy to:
  • •Copy precise HEX codes and RGB values for your designs
  • •Adjust its brightness, saturation, and warmth to create new variations
  • •Preview UI components to see how colors work in real interfaces
  • •Copy CSS code including background gradients and color variables
  • •Download the palette
  • •Share your palette with team members and clients

🎨 Preview UI Components

UI Examples

Explore beautiful UI components with Cresset Vigor palette

Share this palette to:

💻 Cresset Vigor color palette CSS

/* CSS */
.color-1 {
color: #69bf4a;
}
.color-2 {
color: #93d05d;
}
.color-3 {
color: #f2d35a;
}
.color-4 {
color: #f99924;
}
.color-5 {
color: #e24f3c;
}

/* CSS Variables */
:root {
--color-1: #69bf4a;
--color-2: #93d05d;
--color-3: #f2d35a;
--color-4: #f99924;
--color-5: #e24f3c;
}

🌈 Cresset Vigor background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #69bf4a, #93d05d, #f2d35a, #f99924, #e24f3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #69bf4a, #93d05d, #f2d35a, #f99924, #e24f3c);
}

Cresset Vigor color palette created on .