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: #f9b1ae;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d4b559;
}
.color-4 {
color: #a1dff7;
}
.color-5 {
color: #4ccfe1;
}

/* CSS Variables */
:root {
--color-1: #f9b1ae;
--color-2: #ff6e61;
--color-3: #d4b559;
--color-4: #a1dff7;
--color-5: #4ccfe1;
}

CSS del degradado de fondo Serene Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b1ae, #ff6e61, #d4b559, #a1dff7, #4ccfe1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b1ae, #ff6e61, #d4b559, #a1dff7, #4ccfe1);
}

Serene Blossom color palette created on .