Paleta de colores Fragmented Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Fragmented Harmony palette

Compartir esta paleta en:

CSS de la paleta de colores Fragmented Harmony

/* CSS */
.color-1 {
color: #ffa3c5;
}
.color-2 {
color: #ffe0c7;
}
.color-3 {
color: #a1e8e2;
}
.color-4 {
color: #8e3fcf;
}
.color-5 {
color: #f9c8dc;
}

/* CSS Variables */
:root {
--color-1: #ffa3c5;
--color-2: #ffe0c7;
--color-3: #a1e8e2;
--color-4: #8e3fcf;
--color-5: #f9c8dc;
}

CSS del degradado de fondo Fragmented Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffa3c5, #ffe0c7, #a1e8e2, #8e3fcf, #f9c8dc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffa3c5, #ffe0c7, #a1e8e2, #8e3fcf, #f9c8dc);
}

Fragmented Harmony color palette created on .