Whimsical Wisdom Color Palette
Discover the beautiful Whimsical Wisdom color palette featuring periwinkle gray (#b8c7e0), manhattan (#f4c29f), wewak (#f1a8a2), cream can (#f3d458) and melanie (#e4b4d4).
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 Whimsical Wisdom palette
💻 Whimsical Wisdom color palette CSS
/* CSS */
.color-1 {
color: #b8c7e0;
}
.color-2 {
color: #f4c29f;
}
.color-3 {
color: #f1a8a2;
}
.color-4 {
color: #f3d458;
}
.color-5 {
color: #e4b4d4;
}
/* CSS Variables */
:root {
--color-1: #b8c7e0;
--color-2: #f4c29f;
--color-3: #f1a8a2;
--color-4: #f3d458;
--color-5: #e4b4d4;
} 🌈 Whimsical Wisdom background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8c7e0, #f4c29f, #f1a8a2, #f3d458, #e4b4d4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8c7e0, #f4c29f, #f1a8a2, #f3d458, #e4b4d4);
} 🔗 Explore similar color palettes
Whimsical Wisdom color palette created on .