Ethan Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ethan palette
Color Inspiration
Images that showcase this color palette in real designs
Download Ethan Color Palette (PNG)
Ethan color palette CSS
/* CSS */
.color-1 {
color: #5b8b88;
}
.color-2 {
color: #a3bda8;
}
.color-3 {
color: #f4e2c3;
}
.color-4 {
color: #d5713f;
}
.color-5 {
color: #9f3b38;
}
/* CSS Variables */
:root {
--color-1: #5b8b88;
--color-2: #a3bda8;
--color-3: #f4e2c3;
--color-4: #d5713f;
--color-5: #9f3b38;
}
Ethan background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b8b88, #a3bda8, #f4e2c3, #d5713f, #9f3b38);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b8b88, #a3bda8, #f4e2c3, #d5713f, #9f3b38);
}
Similar color palettes
Ethan color palette created on .