Lost June Color Palette
Discover the beautiful Lost June color palette featuring bright gray (#3b3e4a), storm gray (#6a6e7c), santas gray (#9da0af), akaroa (#d4c7a1) and cinnabar (#e44d3a).
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 Lost June palette
💻 Lost June color palette CSS
/* CSS */
.color-1 {
color: #3b3e4a;
}
.color-2 {
color: #6a6e7c;
}
.color-3 {
color: #9da0af;
}
.color-4 {
color: #d4c7a1;
}
.color-5 {
color: #e44d3a;
}
/* CSS Variables */
:root {
--color-1: #3b3e4a;
--color-2: #6a6e7c;
--color-3: #9da0af;
--color-4: #d4c7a1;
--color-5: #e44d3a;
}
🌈 Lost June background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3e4a, #6a6e7c, #9da0af, #d4c7a1, #e44d3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3e4a, #6a6e7c, #9da0af, #d4c7a1, #e44d3a);
}
🔗 Explore similar color palettes
Lost June color palette created on .