Paleta de colores Yellow and Purple Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Yellow and Purple Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Yellow and Purple Dreams

/* CSS */
.color-1 {
color: #f6d241;
}
.color-2 {
color: #a9709d;
}
.color-3 {
color: #6a3d8a;
}
.color-4 {
color: #6a5f9b;
}
.color-5 {
color: #f1c40e;
}

/* CSS Variables */
:root {
--color-1: #f6d241;
--color-2: #a9709d;
--color-3: #6a3d8a;
--color-4: #6a5f9b;
--color-5: #f1c40e;
}

CSS del degradado de fondo Yellow and Purple Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d241, #a9709d, #6a3d8a, #6a5f9b, #f1c40e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d241, #a9709d, #6a3d8a, #6a5f9b, #f1c40e);
}

Yellow and Purple Dreams color palette created on .