Layla Color Palette
Discover the beautiful Layla color palette featuring rajah (#f5ae7f), rajah (#f5b67f), sandy brown (#f1ae6f), tumbleweed (#dda883) and tumbleweed (#dfa38b).
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 Layla palette
💻 Layla color palette CSS
/* CSS */
.color-1 {
color: #f5ae7f;
}
.color-2 {
color: #f5b67f;
}
.color-3 {
color: #f1ae6f;
}
.color-4 {
color: #dda883;
}
.color-5 {
color: #dfa38b;
}
/* CSS Variables */
:root {
--color-1: #f5ae7f;
--color-2: #f5b67f;
--color-3: #f1ae6f;
--color-4: #dda883;
--color-5: #dfa38b;
}
🌈 Layla background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5ae7f, #f5b67f, #f1ae6f, #dda883, #dfa38b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5ae7f, #f5b67f, #f1ae6f, #dda883, #dfa38b);
}
🔗 Explore similar color palettes
Layla color palette created on .