Soothing Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soothing Blue palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Soothing Blue

Download soothing blue color palette PNG image (landscape)
Download soothing blue color palette PNG image (square)

tavolozza dei colori Soothing Blue CSS

/* CSS */
.color-1 {
color: #a9d8e0;
}
.color-2 {
color: #a1c5d9;
}
.color-3 {
color: #bae3da;
}
.color-4 {
color: #c3e1e9;
}
.color-5 {
color: #e9f7f3;
}

/* CSS Variables */
:root {
--color-1: #a9d8e0;
--color-2: #a1c5d9;
--color-3: #bae3da;
--color-4: #c3e1e9;
--color-5: #e9f7f3;
}

CSS con gradiente di sfondo Soothing Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9d8e0, #a1c5d9, #bae3da, #c3e1e9, #e9f7f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9d8e0, #a1c5d9, #bae3da, #c3e1e9, #e9f7f3);
}

Soothing Blue color palette created on .