Paleta de colores Serene Blossoms

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Blossoms palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Blossoms

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #6eaf8f;
}
.color-3 {
color: #3d9cc2;
}
.color-4 {
color: #f7b5a1;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #6eaf8f;
--color-3: #3d9cc2;
--color-4: #f7b5a1;
--color-5: #f1c84b;
}

CSS del degradado de fondo Serene Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #6eaf8f, #3d9cc2, #f7b5a1, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #6eaf8f, #3d9cc2, #f7b5a1, #f1c84b);
}

Serene Blossoms color palette created on .