Paleta de colores Soft Blue

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Blue palette

Compartir esta paleta en:

CSS de la paleta de colores Soft Blue

/* CSS */
.color-1 {
color: #a3d5e0;
}
.color-2 {
color: #e0aeb6;
}
.color-3 {
color: #f4cf3e;
}
.color-4 {
color: #f8c572;
}
.color-5 {
color: #eb9c8e;
}

/* CSS Variables */
:root {
--color-1: #a3d5e0;
--color-2: #e0aeb6;
--color-3: #f4cf3e;
--color-4: #f8c572;
--color-5: #eb9c8e;
}

CSS del degradado de fondo Soft Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d5e0, #e0aeb6, #f4cf3e, #f8c572, #eb9c8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d5e0, #e0aeb6, #f4cf3e, #f8c572, #eb9c8e);
}

Soft Blue color palette created on .