Alphabet Lore W Color Palette
Discover the beautiful Alphabet Lore W color palette featuring tussock (#b69c3e), anzac (#e1a84c), casablanca (#f6c54c), sweet corn (#f9d180) and sandwisp (#f5e6a3).
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 Alphabet Lore W palette
💻 Alphabet Lore W color palette CSS
/* CSS */
.color-1 {
color: #b69c3e;
}
.color-2 {
color: #e1a84c;
}
.color-3 {
color: #f6c54c;
}
.color-4 {
color: #f9d180;
}
.color-5 {
color: #f5e6a3;
}
/* CSS Variables */
:root {
--color-1: #b69c3e;
--color-2: #e1a84c;
--color-3: #f6c54c;
--color-4: #f9d180;
--color-5: #f5e6a3;
}
🌈 Alphabet Lore W background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b69c3e, #e1a84c, #f6c54c, #f9d180, #f5e6a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b69c3e, #e1a84c, #f6c54c, #f9d180, #f5e6a3);
}
🔗 Explore similar color palettes
Alphabet Lore W color palette created on .