Soft Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Blue palette

Condividi questa palette a:

tavolozza dei colori Soft Blue CSS

/* CSS */
.color-1 {
color: #f2e4ba;
}
.color-2 {
color: #c4d5e4;
}
.color-3 {
color: #a7c9d2;
}
.color-4 {
color: #a2e2d3;
}
.color-5 {
color: #f9b69f;
}

/* CSS Variables */
:root {
--color-1: #f2e4ba;
--color-2: #c4d5e4;
--color-3: #a7c9d2;
--color-4: #a2e2d3;
--color-5: #f9b69f;
}

CSS con gradiente di sfondo Soft Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e4ba, #c4d5e4, #a7c9d2, #a2e2d3, #f9b69f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e4ba, #c4d5e4, #a7c9d2, #a2e2d3, #f9b69f);
}

Soft Blue color palette created on .