Lunita Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Lunita palette

Share this palette to:

Lunita color palette CSS

/* CSS */
.color-1 {
color: #f6d5a7;
}
.color-2 {
color: #f4b69f;
}
.color-3 {
color: #f27d9e;
}
.color-4 {
color: #e65c93;
}
.color-5 {
color: #d64cab;
}

/* CSS Variables */
:root {
--color-1: #f6d5a7;
--color-2: #f4b69f;
--color-3: #f27d9e;
--color-4: #e65c93;
--color-5: #d64cab;
}

Lunita background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d5a7, #f4b69f, #f27d9e, #e65c93, #d64cab);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d5a7, #f4b69f, #f27d9e, #e65c93, #d64cab);
}

Lunita color palette created on .