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: #f6a8a2;
}
.color-2 {
color: #f7d3a1;
}
.color-3 {
color: #f2e2a6;
}
.color-4 {
color: #a2c3c1;
}
.color-5 {
color: #3a9c9c;
}

/* CSS Variables */
:root {
--color-1: #f6a8a2;
--color-2: #f7d3a1;
--color-3: #f2e2a6;
--color-4: #a2c3c1;
--color-5: #3a9c9c;
}

CSS del degradado de fondo Serene Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a8a2, #f7d3a1, #f2e2a6, #a2c3c1, #3a9c9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a8a2, #f7d3a1, #f2e2a6, #a2c3c1, #3a9c9c);
}

Serene Blossom color palette created on .