Louis XVII Color Palette
Discover the beautiful Louis XVII color palette featuring just right (#f2d5c4), cameo (#d7b7a3), eunry (#d0b09f), pharlap (#a78c81) and ferra (#6c4c4b).
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 Louis XVII palette
💻 Louis XVII color palette CSS
/* CSS */
.color-1 {
color: #f2d5c4;
}
.color-2 {
color: #d7b7a3;
}
.color-3 {
color: #d0b09f;
}
.color-4 {
color: #a78c81;
}
.color-5 {
color: #6c4c4b;
}
/* CSS Variables */
:root {
--color-1: #f2d5c4;
--color-2: #d7b7a3;
--color-3: #d0b09f;
--color-4: #a78c81;
--color-5: #6c4c4b;
} 🌈 Louis XVII background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2d5c4, #d7b7a3, #d0b09f, #a78c81, #6c4c4b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2d5c4, #d7b7a3, #d0b09f, #a78c81, #6c4c4b);
} 🔗 Explore similar color palettes
Louis XVII color palette created on .