Serene Wisdom Color Palette
Discover the beautiful Serene Wisdom color palette featuring pigeon post (#a4c2db), powder blue (#b6e0e7), skeptic (#d3e9e6), parchment (#f3e8d8) and apricot peach (#f9ccb9).
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 Serene Wisdom palette
💻 Serene Wisdom color palette CSS
/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #b6e0e7;
}
.color-3 {
color: #d3e9e6;
}
.color-4 {
color: #f3e8d8;
}
.color-5 {
color: #f9ccb9;
}
/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #b6e0e7;
--color-3: #d3e9e6;
--color-4: #f3e8d8;
--color-5: #f9ccb9;
}
🌈 Serene Wisdom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #b6e0e7, #d3e9e6, #f3e8d8, #f9ccb9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #b6e0e7, #d3e9e6, #f3e8d8, #f9ccb9);
}
🔗 Explore similar color palettes
Serene Wisdom color palette created on .