Paleta de colores Wafu Harmony

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wafu Harmony palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Wafu Harmony

Download wafu harmony color palette PNG image (landscape)
Download wafu harmony color palette PNG image (square)

CSS de la paleta de colores Wafu Harmony

/* CSS */
.color-1 {
color: #f9b79f;
}
.color-2 {
color: #f4d35d;
}
.color-3 {
color: #3c8b4e;
}
.color-4 {
color: #4d4a6d;
}
.color-5 {
color: #8c6f9f;
}

/* CSS Variables */
:root {
--color-1: #f9b79f;
--color-2: #f4d35d;
--color-3: #3c8b4e;
--color-4: #4d4a6d;
--color-5: #8c6f9f;
}

CSS del degradado de fondo Wafu Harmony

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b79f, #f4d35d, #3c8b4e, #4d4a6d, #8c6f9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b79f, #f4d35d, #3c8b4e, #4d4a6d, #8c6f9f);
}

Wafu Harmony color palette created on .