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