Lunar Gaze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Lunar Gaze palette
Lunar Gaze color palette CSS
/* CSS */
.color-1 {
color: #6a7f9a;
}
.color-2 {
color: #9ab9d0;
}
.color-3 {
color: #e3e4e8;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #b87d00;
}
/* CSS Variables */
:root {
--color-1: #6a7f9a;
--color-2: #9ab9d0;
--color-3: #e3e4e8;
--color-4: #f5c400;
--color-5: #b87d00;
}
Lunar Gaze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a7f9a, #9ab9d0, #e3e4e8, #f5c400, #b87d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a7f9a, #9ab9d0, #e3e4e8, #f5c400, #b87d00);
}
Similar color palettes
Scroll down to explore 700+ Blue color palettes
Lunar Gaze color palette created on .