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: #f1a8a2;
}
.color-2 {
color: #f9cfa4;
}
.color-3 {
color: #f9e19f;
}
.color-4 {
color: #a2dae6;
}
.color-5 {
color: #5c8a9d;
}

/* CSS Variables */
:root {
--color-1: #f1a8a2;
--color-2: #f9cfa4;
--color-3: #f9e19f;
--color-4: #a2dae6;
--color-5: #5c8a9d;
}

CSS con gradiente di sfondo Soft Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a8a2, #f9cfa4, #f9e19f, #a2dae6, #5c8a9d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a8a2, #f9cfa4, #f9e19f, #a2dae6, #5c8a9d);
}

Soft Blue color palette created on .