Paleta de colores Future Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Future Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Future Blossom

/* CSS */
.color-1 {
color: #43a9b6;
}
.color-2 {
color: #f7b1a1;
}
.color-3 {
color: #eab8ff;
}
.color-4 {
color: #f9e16c;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #43a9b6;
--color-2: #f7b1a1;
--color-3: #eab8ff;
--color-4: #f9e16c;
--color-5: #ff6e61;
}

CSS del degradado de fondo Future Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #43a9b6, #f7b1a1, #eab8ff, #f9e16c, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #43a9b6, #f7b1a1, #eab8ff, #f9e16c, #ff6e61);
}

Future Blossom color palette created on .