Blue Luna Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Luna palette
Blue Luna color palette CSS
/* CSS */
.color-1 {
color: #f3e0f5;
}
.color-2 {
color: #b5c1e8;
}
.color-3 {
color: #909ad5;
}
.color-4 {
color: #4c6ec2;
}
.color-5 {
color: #3e5b98;
}
/* CSS Variables */
:root {
--color-1: #f3e0f5;
--color-2: #b5c1e8;
--color-3: #909ad5;
--color-4: #4c6ec2;
--color-5: #3e5b98;
}
Blue Luna background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e0f5, #b5c1e8, #909ad5, #4c6ec2, #3e5b98);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e0f5, #b5c1e8, #909ad5, #4c6ec2, #3e5b98);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Blue Luna color palette created on .