Blue Luna Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Luna palette

Share this palette to:

Blue Luna color palette CSS

/* CSS */
.color-1 {
color: #f0e78e;
}
.color-2 {
color: #a2c7e7;
}
.color-3 {
color: #6d9ed0;
}
.color-4 {
color: #4a70a1;
}
.color-5 {
color: #2a3e83;
}

/* CSS Variables */
:root {
--color-1: #f0e78e;
--color-2: #a2c7e7;
--color-3: #6d9ed0;
--color-4: #4a70a1;
--color-5: #2a3e83;
}

Blue Luna background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e78e, #a2c7e7, #6d9ed0, #4a70a1, #2a3e83);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e78e, #a2c7e7, #6d9ed0, #4a70a1, #2a3e83);
}

Blue Luna color palette created on .