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: #b3cde0;
}
.color-2 {
color: #f0e0d0;
}
.color-3 {
color: #f7a5a1;
}
.color-4 {
color: #fc9e92;
}
.color-5 {
color: #e85e6e;
}

/* CSS Variables */
:root {
--color-1: #b3cde0;
--color-2: #f0e0d0;
--color-3: #f7a5a1;
--color-4: #fc9e92;
--color-5: #e85e6e;
}

CSS con gradiente di sfondo Soft Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b3cde0, #f0e0d0, #f7a5a1, #fc9e92, #e85e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b3cde0, #f0e0d0, #f7a5a1, #fc9e92, #e85e6e);
}

Soft Blue color palette created on .