Paleta de colores Party Noob

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Party Noob palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Party Noob

Download party noob color palette PNG image (landscape)
Download party noob color palette PNG image (square)

CSS de la paleta de colores Party Noob

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #709dff;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #ff6bb5;
}
.color-5 {
color: #32cd32;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #709dff;
--color-3: #ffd900;
--color-4: #ff6bb5;
--color-5: #32cd32;
}

CSS del degradado de fondo Party Noob

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #709dff, #ffd900, #ff6bb5, #32cd32);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #709dff, #ffd900, #ff6bb5, #32cd32);
}

Party Noob color palette created on .