Paleta de colores Soft Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Soft Serenity palette
Imagen PNG de la paleta de colores Soft Serenity
CSS de la paleta de colores Soft Serenity
/* CSS */
.color-1 {
color: #a3c8e1;
}
.color-2 {
color: #f4b4cf;
}
.color-3 {
color: #d6c7e1;
}
.color-4 {
color: #a1e8d6;
}
.color-5 {
color: #50d3b0;
}
/* CSS Variables */
:root {
--color-1: #a3c8e1;
--color-2: #f4b4cf;
--color-3: #d6c7e1;
--color-4: #a1e8d6;
--color-5: #50d3b0;
}
CSS del degradado de fondo Soft Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c8e1, #f4b4cf, #d6c7e1, #a1e8d6, #50d3b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c8e1, #f4b4cf, #d6c7e1, #a1e8d6, #50d3b0);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Suave
Soft Serenity color palette created on .