Legoshi's Essence Color Palette
Discover the beautiful Legoshi's Essence color palette featuring nevada (#5e6e7d), casper (#a3b4c8), akaroa (#d9c3a6), rajah (#f6ab6a) and cinnabar (#e73c3f).
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 Legoshi's Essence palette
💻 Legoshi's Essence color palette CSS
/* CSS */
.color-1 {
color: #5e6e7d;
}
.color-2 {
color: #a3b4c8;
}
.color-3 {
color: #d9c3a6;
}
.color-4 {
color: #f6ab6a;
}
.color-5 {
color: #e73c3f;
}
/* CSS Variables */
:root {
--color-1: #5e6e7d;
--color-2: #a3b4c8;
--color-3: #d9c3a6;
--color-4: #f6ab6a;
--color-5: #e73c3f;
}
🌈 Legoshi's Essence background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e6e7d, #a3b4c8, #d9c3a6, #f6ab6a, #e73c3f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e6e7d, #a3b4c8, #d9c3a6, #f6ab6a, #e73c3f);
}
🔗 Explore similar color palettes
Legoshi's Essence color palette created on .