Celadon Shades Color Palette
Discover the beautiful Celadon Shades color palette featuring powder blue (#b0e3d8), fringy flower (#a4dab9), de york (#71cc9b), ocean green (#4cae87) and lochinvar (#2b8c6f).
Brightness
Saturation
Warmth
💡 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 Shades palette
💻 Celadon Shades color palette CSS
/* CSS */
.color-1 {
color: #b0e3d8;
}
.color-2 {
color: #a4dab9;
}
.color-3 {
color: #71cc9b;
}
.color-4 {
color: #4cae87;
}
.color-5 {
color: #2b8c6f;
}
/* CSS Variables */
:root {
--color-1: #b0e3d8;
--color-2: #a4dab9;
--color-3: #71cc9b;
--color-4: #4cae87;
--color-5: #2b8c6f;
}
🌈 Celadon Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0e3d8, #a4dab9, #71cc9b, #4cae87, #2b8c6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0e3d8, #a4dab9, #71cc9b, #4cae87, #2b8c6f);
}
🔗 Explore similar color palettes
Celadon Shades color palette created on .