Paleta de colores Soothing Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soothing Blue palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Soothing Blue

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

CSS de la paleta de colores Soothing Blue

/* 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 del degradado de fondo 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 .