Dipper Pines Color Palette

Discover the beautiful Dipper Pines color palette featuring smalt blue (#5b7a8f), edward (#a1b5af), hampton (#e2d8a7), mandys pink (#f4caae) and red damask (#e0793e).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withForest, Blue, Green, Nature, Spring, Bright, Earthy, Soft, Scandinavian 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 Dipper Pines palette

Share this palette to:

💻 Dipper Pines color palette CSS

/* CSS */
.color-1 {
color: #5b7a8f;
}
.color-2 {
color: #a1b5af;
}
.color-3 {
color: #e2d8a7;
}
.color-4 {
color: #f4caae;
}
.color-5 {
color: #e0793e;
}

/* CSS Variables */
:root {
--color-1: #5b7a8f;
--color-2: #a1b5af;
--color-3: #e2d8a7;
--color-4: #f4caae;
--color-5: #e0793e;
}

🌈 Dipper Pines background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b7a8f, #a1b5af, #e2d8a7, #f4caae, #e0793e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b7a8f, #a1b5af, #e2d8a7, #f4caae, #e0793e);
}

Dipper Pines color palette created on .