Paleta de colores Serene Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Blossom

/* CSS */
.color-1 {
color: #f1a7b2;
}
.color-2 {
color: #f5c5a3;
}
.color-3 {
color: #f9e9b4;
}
.color-4 {
color: #c7e0a3;
}
.color-5 {
color: #a1d9d2;
}

/* CSS Variables */
:root {
--color-1: #f1a7b2;
--color-2: #f5c5a3;
--color-3: #f9e9b4;
--color-4: #c7e0a3;
--color-5: #a1d9d2;
}

CSS del degradado de fondo Serene Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7b2, #f5c5a3, #f9e9b4, #c7e0a3, #a1d9d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7b2, #f5c5a3, #f9e9b4, #c7e0a3, #a1d9d2);
}

Serene Blossom color palette created on .