Loading...

Luna Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Luna palette

Share this palette to:

Download Luna Color Palette (PNG)

Download luna color palette PNG image (landscape)
Download luna color palette PNG image (square)

Luna color palette CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #f2d4e1;
}
.color-3 {
color: #f6b6a2;
}
.color-4 {
color: #f9c448;
}
.color-5 {
color: #ff7b3d;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #f2d4e1;
--color-3: #f6b6a2;
--color-4: #f9c448;
--color-5: #ff7b3d;
}

Luna background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #f2d4e1, #f6b6a2, #f9c448, #ff7b3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #f2d4e1, #f6b6a2, #f9c448, #ff7b3d);
}

Luna color palette created on .