Soft Blue Shades Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Blue Shades palette

Condividi questa palette a:

tavolozza dei colori Soft Blue Shades CSS

/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #b8e1f4;
}
.color-3 {
color: #e0f6ff;
}
.color-4 {
color: #b2e1d9;
}
.color-5 {
color: #a1d6e8;
}

/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #b8e1f4;
--color-3: #e0f6ff;
--color-4: #b2e1d9;
--color-5: #a1d6e8;
}

CSS con gradiente di sfondo Soft Blue Shades

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #b8e1f4, #e0f6ff, #b2e1d9, #a1d6e8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #b8e1f4, #e0f6ff, #b2e1d9, #a1d6e8);
}

Soft Blue Shades color palette created on .