Ethan Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethan palette

Share this palette to:

Ethan color palette PNG image

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

Ethan color palette CSS

/* CSS */
.color-1 {
color: #3b6d91;
}
.color-2 {
color: #5b9cb3;
}
.color-3 {
color: #88c8d8;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #e2a146;
}

/* CSS Variables */
:root {
--color-1: #3b6d91;
--color-2: #5b9cb3;
--color-3: #88c8d8;
--color-4: #f0e78e;
--color-5: #e2a146;
}

Ethan background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b6d91, #5b9cb3, #88c8d8, #f0e78e, #e2a146);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b6d91, #5b9cb3, #88c8d8, #f0e78e, #e2a146);
}

Ethan color palette created on .