Paleta de colores Soft Swirl

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Soft Swirl palette

Compartir esta paleta en:

Descargar la paleta de colores Soft Swirl (PNG)

Download soft swirl color palette PNG image (landscape)
Download soft swirl color palette PNG image (square)

CSS de la paleta de colores Soft Swirl

/* CSS */
.color-1 {
color: #f6e5d5;
}
.color-2 {
color: #c7b7a9;
}
.color-3 {
color: #a7908b;
}
.color-4 {
color: #b6c9d8;
}
.color-5 {
color: #f2b0a1;
}

/* CSS Variables */
:root {
--color-1: #f6e5d5;
--color-2: #c7b7a9;
--color-3: #a7908b;
--color-4: #b6c9d8;
--color-5: #f2b0a1;
}

CSS del degradado de fondo Soft Swirl

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5d5, #c7b7a9, #a7908b, #b6c9d8, #f2b0a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5d5, #c7b7a9, #a7908b, #b6c9d8, #f2b0a1);
}

Soft Swirl color palette created on .