Blue Echino Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Echino palette

Share this palette to:

Blue Echino color palette CSS

/* CSS */
.color-1 {
color: #6b9cd1;
}
.color-2 {
color: #b7d3e1;
}
.color-3 {
color: #f3e5bf;
}
.color-4 {
color: #f7b7a1;
}
.color-5 {
color: #e9a5b0;
}

/* CSS Variables */
:root {
--color-1: #6b9cd1;
--color-2: #b7d3e1;
--color-3: #f3e5bf;
--color-4: #f7b7a1;
--color-5: #e9a5b0;
}

Blue Echino background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b9cd1, #b7d3e1, #f3e5bf, #f7b7a1, #e9a5b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b9cd1, #b7d3e1, #f3e5bf, #f7b7a1, #e9a5b0);
}

Blue Echino color palette created on .