Cleo de Nile Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Cleo de Nile palette

Share this palette to:

Cleo de Nile color palette CSS

/* CSS */
.color-1 {
color: #5a3e7e;
}
.color-2 {
color: #8b5c9d;
}
.color-3 {
color: #f7cae0;
}
.color-4 {
color: #fdd8a0;
}
.color-5 {
color: #f2e47d;
}

/* CSS Variables */
:root {
--color-1: #5a3e7e;
--color-2: #8b5c9d;
--color-3: #f7cae0;
--color-4: #fdd8a0;
--color-5: #f2e47d;
}

Cleo de Nile background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5a3e7e, #8b5c9d, #f7cae0, #fdd8a0, #f2e47d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5a3e7e, #8b5c9d, #f7cae0, #fdd8a0, #f2e47d);
}

Cleo de Nile color palette created on .