Eccentric Echoes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eccentric Echoes palette
Eccentric Echoes color palette CSS
/* CSS */
.color-1 {
color: #28b6c3;
}
.color-2 {
color: #1d9a92;
}
.color-3 {
color: #fab700;
}
.color-4 {
color: #f36d6d;
}
.color-5 {
color: #d94a3a;
}
/* CSS Variables */
:root {
--color-1: #28b6c3;
--color-2: #1d9a92;
--color-3: #fab700;
--color-4: #f36d6d;
--color-5: #d94a3a;
}
Eccentric Echoes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #28b6c3, #1d9a92, #fab700, #f36d6d, #d94a3a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #28b6c3, #1d9a92, #fab700, #f36d6d, #d94a3a);
}
Similar color palettes
Eccentric Echoes color palette created on .