Eclectic Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Eclectic Blue palette
Eclectic Blue color palette CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #ffc9a3;
}
.color-3 {
color: #e6b400;
}
.color-4 {
color: #d65d00;
}
.color-5 {
color: #8c3b3b;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #ffc9a3;
--color-3: #e6b400;
--color-4: #d65d00;
--color-5: #8c3b3b;
}
Eclectic Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #ffc9a3, #e6b400, #d65d00, #8c3b3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #ffc9a3, #e6b400, #d65d00, #8c3b3b);
}
Similar color palettes
Eclectic Blue color palette created on .