Elizabeth Dutch Color Palette
Discover the beautiful Elizabeth Dutch color palette featuring chantilly (#f5b7d7), illusion (#f6a2b8), cranberry (#d84b7a), camelot (#7e304f) and paco (#390e16).
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 Elizabeth Dutch palette
💻 Elizabeth Dutch color palette CSS
/* CSS */
.color-1 {
color: #f5b7d7;
}
.color-2 {
color: #f6a2b8;
}
.color-3 {
color: #d84b7a;
}
.color-4 {
color: #7e304f;
}
.color-5 {
color: #390e16;
}
/* CSS Variables */
:root {
--color-1: #f5b7d7;
--color-2: #f6a2b8;
--color-3: #d84b7a;
--color-4: #7e304f;
--color-5: #390e16;
}
🌈 Elizabeth Dutch background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5b7d7, #f6a2b8, #d84b7a, #7e304f, #390e16);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5b7d7, #f6a2b8, #d84b7a, #7e304f, #390e16);
}
🔗 Explore similar color palettes
Elizabeth Dutch color palette created on .