Eleanor Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eleanor palette
Eleanor color palette PNG image
Eleanor color palette CSS
/* CSS */
.color-1 {
color: #e6b7d7;
}
.color-2 {
color: #d48cc6;
}
.color-3 {
color: #a680c2;
}
.color-4 {
color: #895ea1;
}
.color-5 {
color: #5a3e8e;
}
/* CSS Variables */
:root {
--color-1: #e6b7d7;
--color-2: #d48cc6;
--color-3: #a680c2;
--color-4: #895ea1;
--color-5: #5a3e8e;
}
Eleanor background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6b7d7, #d48cc6, #a680c2, #895ea1, #5a3e8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6b7d7, #d48cc6, #a680c2, #895ea1, #5a3e8e);
}
Similar color palettes
Eleanor color palette created on .