Navy Yellow Lilac White Peach Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Navy Yellow Lilac White Peach palette

Share this palette to:

Navy Yellow Lilac White Peach color palette PNG image

Download navy yellow lilac white peach color palette PNG image (landscape)
Download navy yellow lilac white peach color palette PNG image (square)

Navy Yellow Lilac White Peach color palette CSS

/* CSS */
.color-1 {
color: #1f205c;
}
.color-2 {
color: #f0e78e;
}
.color-3 {
color: #d6c2d5;
}
.color-4 {
color: #f7b2a1;
}
.color-5 {
color: #fff6d1;
}

/* CSS Variables */
:root {
--color-1: #1f205c;
--color-2: #f0e78e;
--color-3: #d6c2d5;
--color-4: #f7b2a1;
--color-5: #fff6d1;
}

Navy Yellow Lilac White Peach background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f205c, #f0e78e, #d6c2d5, #f7b2a1, #fff6d1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f205c, #f0e78e, #d6c2d5, #f7b2a1, #fff6d1);
}

Navy Yellow Lilac White Peach color palette created on .