Paleta de colores Vibrant Yellow Pink

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Vibrant Yellow Pink palette

Compartir esta paleta en:

Descargar la paleta de colores Vibrant Yellow Pink (PNG)

Download vibrant yellow pink color palette PNG image (landscape)
Download vibrant yellow pink color palette PNG image (square)

CSS de la paleta de colores Vibrant Yellow Pink

/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff2990;
}
.color-4 {
color: #c01b70;
}
.color-5 {
color: #7729ff;
}

/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #ff6d1f;
--color-3: #ff2990;
--color-4: #c01b70;
--color-5: #7729ff;
}

CSS del degradado de fondo Vibrant Yellow Pink

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #ff6d1f, #ff2990, #c01b70, #7729ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #ff6d1f, #ff2990, #c01b70, #7729ff);
}

Vibrant Yellow Pink color palette created on .