Decora Color Palette
Discover the beautiful Decora color palette featuring cornflower lilac (#ffadad), flesh (#ffc29e), mauve (#d4a8ff), anakiwa (#85e2ff) and gossip (#b7fbbe).
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 Decora palette
💻 Decora color palette CSS
/* CSS */
.color-1 {
color: #ffadad;
}
.color-2 {
color: #ffc29e;
}
.color-3 {
color: #d4a8ff;
}
.color-4 {
color: #85e2ff;
}
.color-5 {
color: #b7fbbe;
}
/* CSS Variables */
:root {
--color-1: #ffadad;
--color-2: #ffc29e;
--color-3: #d4a8ff;
--color-4: #85e2ff;
--color-5: #b7fbbe;
} 🌈 Decora background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffadad, #ffc29e, #d4a8ff, #85e2ff, #b7fbbe);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffadad, #ffc29e, #d4a8ff, #85e2ff, #b7fbbe);
} 🔗 Explore similar color palettes
Decora color palette created on .