Dill Frescott Color Palette

Discover the beautiful Dill Frescott color palette featuring olive drab (#6b8f24), atlantis (#97c93b), wattle (#d3e156), energy yellow (#f9e74e) and bright sun (#f7d145).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Dill, Green, Light, Spring, Summer, Vegetable, 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 Dill Frescott palette

Share this palette to:

💻 Dill Frescott color palette CSS

/* CSS */
.color-1 {
color: #6b8f24;
}
.color-2 {
color: #97c93b;
}
.color-3 {
color: #d3e156;
}
.color-4 {
color: #f9e74e;
}
.color-5 {
color: #f7d145;
}

/* CSS Variables */
:root {
--color-1: #6b8f24;
--color-2: #97c93b;
--color-3: #d3e156;
--color-4: #f9e74e;
--color-5: #f7d145;
}

🌈 Dill Frescott background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8f24, #97c93b, #d3e156, #f9e74e, #f7d145);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8f24, #97c93b, #d3e156, #f9e74e, #f7d145);
}

Dill Frescott color palette created on .