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: #f7b2a1;
}
.color-2 {
color: #f9d69a;
}
.color-3 {
color: #f9e59f;
}
.color-4 {
color: #a3d5e0;
}
.color-5 {
color: #4a9ccf;
}

/* CSS Variables */
:root {
--color-1: #f7b2a1;
--color-2: #f9d69a;
--color-3: #f9e59f;
--color-4: #a3d5e0;
--color-5: #4a9ccf;
}

CSS con gradiente di sfondo Soft Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7b2a1, #f9d69a, #f9e59f, #a3d5e0, #4a9ccf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7b2a1, #f9d69a, #f9e59f, #a3d5e0, #4a9ccf);
}

Soft Blue color palette created on .