Paleta de colores Cyber Sunset

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Cyber Sunset palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Cyber Sunset

Download cyber sunset color palette PNG image (landscape)
Download cyber sunset color palette PNG image (square)

CSS de la paleta de colores Cyber Sunset

/* CSS */
.color-1 {
color: #ff4d8b;
}
.color-2 {
color: #70ecff;
}
.color-3 {
color: #1b1b1d;
}
.color-4 {
color: #fffa66;
}
.color-5 {
color: #ff801f;
}

/* CSS Variables */
:root {
--color-1: #ff4d8b;
--color-2: #70ecff;
--color-3: #1b1b1d;
--color-4: #fffa66;
--color-5: #ff801f;
}

CSS del degradado de fondo Cyber Sunset

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d8b, #70ecff, #1b1b1d, #fffa66, #ff801f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d8b, #70ecff, #1b1b1d, #fffa66, #ff801f);
}

Paletas de colores similares

Cyber Sunset color palette created on .