Paleta de colores Blossom Serenade

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blossom Serenade palette

Compartir esta paleta en:

CSS de la paleta de colores Blossom Serenade

/* CSS */
.color-1 {
color: #f3b9d8;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #d8a6c8;
}
.color-4 {
color: #d69abe;
}
.color-5 {
color: #b76ca5;
}

/* CSS Variables */
:root {
--color-1: #f3b9d8;
--color-2: #eab8d1;
--color-3: #d8a6c8;
--color-4: #d69abe;
--color-5: #b76ca5;
}

CSS del degradado de fondo Blossom Serenade

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3b9d8, #eab8d1, #d8a6c8, #d69abe, #b76ca5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3b9d8, #eab8d1, #d8a6c8, #d69abe, #b76ca5);
}

Blossom Serenade color palette created on .