Celadon Dreams Color Palette

Discover the beautiful Celadon Dreams color palette featuring celadon (#ade1af), moss green (#a7d7b8), fringy flower (#b2e0ca), skeptic (#c8e5d4) and tara (#dff7e3).

Brightness

Saturation

Warmth

Our color palette generator created this versatile color scheme which shares characteristics withAesthetic, Bright, Green, Soft, Spring 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 Celadon Dreams palette

Share this palette to:

💻 Celadon Dreams color palette CSS

/* CSS */
.color-1 {
color: #ade1af;
}
.color-2 {
color: #a7d7b8;
}
.color-3 {
color: #b2e0ca;
}
.color-4 {
color: #c8e5d4;
}
.color-5 {
color: #dff7e3;
}

/* CSS Variables */
:root {
--color-1: #ade1af;
--color-2: #a7d7b8;
--color-3: #b2e0ca;
--color-4: #c8e5d4;
--color-5: #dff7e3;
}

🌈 Celadon Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ade1af, #a7d7b8, #b2e0ca, #c8e5d4, #dff7e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ade1af, #a7d7b8, #b2e0ca, #c8e5d4, #dff7e3);
}

Celadon Dreams color palette created on .