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: #f9aeae;
}
.color-2 {
color: #f7d2a1;
}
.color-3 {
color: #e6aa5b;
}
.color-4 {
color: #a4d15c;
}
.color-5 {
color: #6c8fa7;
}

/* CSS Variables */
:root {
--color-1: #f9aeae;
--color-2: #f7d2a1;
--color-3: #e6aa5b;
--color-4: #a4d15c;
--color-5: #6c8fa7;
}

CSS del degradado de fondo Serene Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9aeae, #f7d2a1, #e6aa5b, #a4d15c, #6c8fa7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9aeae, #f7d2a1, #e6aa5b, #a4d15c, #6c8fa7);
}

Serene Blossom color palette created on .