Paleta de colores Serene Bloom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Bloom palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Bloom

/* CSS */
.color-1 {
color: #dfafe4;
}
.color-2 {
color: #b8e1e5;
}
.color-3 {
color: #8bc0c1;
}
.color-4 {
color: #b3f49f;
}
.color-5 {
color: #f9e5b4;
}

/* CSS Variables */
:root {
--color-1: #dfafe4;
--color-2: #b8e1e5;
--color-3: #8bc0c1;
--color-4: #b3f49f;
--color-5: #f9e5b4;
}

CSS del degradado de fondo Serene Bloom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfafe4, #b8e1e5, #8bc0c1, #b3f49f, #f9e5b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfafe4, #b8e1e5, #8bc0c1, #b3f49f, #f9e5b4);
}

Serene Bloom color palette created on .