Soft Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Blue palette

Condividi questa palette a:

Scarica la tavolozza dei colori Soft Blue (PNG)

Download soft blue color palette PNG image (landscape)
Download soft blue color palette PNG image (square)

tavolozza dei colori Soft Blue CSS

/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #b4e1e9;
}
.color-3 {
color: #d6f2f5;
}
.color-4 {
color: #f9d7b9;
}
.color-5 {
color: #f8afaf;
}

/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #b4e1e9;
--color-3: #d6f2f5;
--color-4: #f9d7b9;
--color-5: #f8afaf;
}

CSS con gradiente di sfondo Soft Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #b4e1e9, #d6f2f5, #f9d7b9, #f8afaf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #b4e1e9, #d6f2f5, #f9d7b9, #f8afaf);
}

Soft Blue color palette created on .