Conifer Dreams Color Palette

Discover the beautiful Conifer Dreams color palette featuring conifer (#a8d85a), granny smith apple (#b8e2a1), caper (#d0e8b0), gossip (#e5f7b1) and citrine white (#f9f9d2).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withBright, Earthy, Forest, Green, Light, Nature, Soft, Spring, Vibrant 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 Conifer Dreams palette

Share this palette to:

💻 Conifer Dreams color palette CSS

/* CSS */
.color-1 {
color: #a8d85a;
}
.color-2 {
color: #b8e2a1;
}
.color-3 {
color: #d0e8b0;
}
.color-4 {
color: #e5f7b1;
}
.color-5 {
color: #f9f9d2;
}

/* CSS Variables */
:root {
--color-1: #a8d85a;
--color-2: #b8e2a1;
--color-3: #d0e8b0;
--color-4: #e5f7b1;
--color-5: #f9f9d2;
}

🌈 Conifer Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d85a, #b8e2a1, #d0e8b0, #e5f7b1, #f9f9d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d85a, #b8e2a1, #d0e8b0, #e5f7b1, #f9f9d2);
}

Conifer Dreams color palette created on .