Nathaniel Landry Color Palette
Discover the beautiful Nathaniel Landry color palette featuring pampas (#f1ede9), mustard (#ffe057), chestnut rose (#d35f5f), ferra (#825555) and eunry (#d4a5a5).
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 Nathaniel Landry palette
💻 Nathaniel Landry color palette CSS
/* CSS */
.color-1 {
color: #f1ede9;
}
.color-2 {
color: #ffe057;
}
.color-3 {
color: #d35f5f;
}
.color-4 {
color: #825555;
}
.color-5 {
color: #d4a5a5;
}
/* CSS Variables */
:root {
--color-1: #f1ede9;
--color-2: #ffe057;
--color-3: #d35f5f;
--color-4: #825555;
--color-5: #d4a5a5;
} 🌈 Nathaniel Landry background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1ede9, #ffe057, #d35f5f, #825555, #d4a5a5);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1ede9, #ffe057, #d35f5f, #825555, #d4a5a5);
} 🔗 Explore similar color palettes
Nathaniel Landry color palette created on .