Paleta de colores Bright Psycho

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright Psycho palette

Compartir esta paleta en:

Descargar la paleta de colores Bright Psycho (PNG)

Download bright psycho color palette PNG image (landscape)
Download bright psycho color palette PNG image (square)

CSS de la paleta de colores Bright Psycho

/* CSS */
.color-1 {
color: #ff4d00;
}
.color-2 {
color: #ff9d00;
}
.color-3 {
color: #ffea00;
}
.color-4 {
color: #aaff00;
}
.color-5 {
color: #00ff3c;
}

/* CSS Variables */
:root {
--color-1: #ff4d00;
--color-2: #ff9d00;
--color-3: #ffea00;
--color-4: #aaff00;
--color-5: #00ff3c;
}

CSS del degradado de fondo Bright Psycho

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d00, #ff9d00, #ffea00, #aaff00, #00ff3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d00, #ff9d00, #ffea00, #aaff00, #00ff3c);
}

Bright Psycho color palette created on .