Delilah Color Palette
Discover the beautiful Delilah color palette featuring mandys pink (#f5b2b4), apricot peach (#f9c8c3), pot pourri (#f7e5e4), light orchid (#e8b5d1) and biloba flower (#d4aae9).
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 Delilah palette
💻 Delilah color palette CSS
/* CSS */
.color-1 {
color: #f5b2b4;
}
.color-2 {
color: #f9c8c3;
}
.color-3 {
color: #f7e5e4;
}
.color-4 {
color: #e8b5d1;
}
.color-5 {
color: #d4aae9;
}
/* CSS Variables */
:root {
--color-1: #f5b2b4;
--color-2: #f9c8c3;
--color-3: #f7e5e4;
--color-4: #e8b5d1;
--color-5: #d4aae9;
} 🌈 Delilah background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b2b4, #f9c8c3, #f7e5e4, #e8b5d1, #d4aae9);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b2b4, #f9c8c3, #f7e5e4, #e8b5d1, #d4aae9);
} 🔗 Explore similar color palettes
Delilah color palette created on .