Paleta de colores Shades of Yellow and Purple

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Shades of Yellow and Purple palette

Compartir esta paleta en:

CSS de la paleta de colores Shades of Yellow and Purple

/* CSS */
.color-1 {
color: #f4c543;
}
.color-2 {
color: #e19b33;
}
.color-3 {
color: #e16f4c;
}
.color-4 {
color: #d54d6d;
}
.color-5 {
color: #7c4f9c;
}

/* CSS Variables */
:root {
--color-1: #f4c543;
--color-2: #e19b33;
--color-3: #e16f4c;
--color-4: #d54d6d;
--color-5: #7c4f9c;
}

CSS del degradado de fondo Shades of Yellow and Purple

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c543, #e19b33, #e16f4c, #d54d6d, #7c4f9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c543, #e19b33, #e16f4c, #d54d6d, #7c4f9c);
}

Shades of Yellow and Purple color palette created on .