Blue Echino Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Blue Echino palette

Condividi questa palette a:

tavolozza dei colori Blue Echino 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;
}

CSS con gradiente di sfondo Blue Echino

/* 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 .