Paleta de colores Harmonic Radiance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Harmonic Radiance palette

Compartir esta paleta en:

Descargar la paleta de colores Harmonic Radiance (PNG)

Download harmonic radiance color palette PNG image (landscape)
Download harmonic radiance color palette PNG image (square)

CSS de la paleta de colores Harmonic Radiance

/* CSS */
.color-1 {
color: #fbdd5b;
}
.color-2 {
color: #f8b568;
}
.color-3 {
color: #f89672;
}
.color-4 {
color: #bcc3e7;
}
.color-5 {
color: #dd97cd;
}

/* CSS Variables */
:root {
--color-1: #fbdd5b;
--color-2: #f8b568;
--color-3: #f89672;
--color-4: #bcc3e7;
--color-5: #dd97cd;
}

CSS del degradado de fondo Harmonic Radiance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbdd5b, #f8b568, #f89672, #bcc3e7, #dd97cd);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbdd5b, #f8b568, #f89672, #bcc3e7, #dd97cd);
}

Harmonic Radiance color palette created on .