December Color Palette
Discover the beautiful December color palette featuring prelude (#d4c2e5), logan (#afa4c6), trendy pink (#8a6f9b), bazaar (#a06e7d) and mandys pink (#f4c3c3).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics withLavender, Soft, Wintry, Pink, Purple, Light, Light Winter 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 December palette
💻 December color palette CSS
/* CSS */
.color-1 {
color: #d4c2e5;
}
.color-2 {
color: #afa4c6;
}
.color-3 {
color: #8a6f9b;
}
.color-4 {
color: #a06e7d;
}
.color-5 {
color: #f4c3c3;
}
/* CSS Variables */
:root {
--color-1: #d4c2e5;
--color-2: #afa4c6;
--color-3: #8a6f9b;
--color-4: #a06e7d;
--color-5: #f4c3c3;
}
🌈 December background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4c2e5, #afa4c6, #8a6f9b, #a06e7d, #f4c3c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4c2e5, #afa4c6, #8a6f9b, #a06e7d, #f4c3c3);
}
🔗 Explore similar color palettes
December color palette created on .