Paleta de colores SynthWave

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with SynthWave palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores SynthWave

Download synthwave color palette PNG image (landscape)
Download synthwave color palette PNG image (square)

CSS de la paleta de colores SynthWave

/* CSS */
.color-1 {
color: #00d0ff;
}
.color-2 {
color: #397ad5;
}
.color-3 {
color: #4f56c9;
}
.color-4 {
color: #f12913;
}
.color-5 {
color: #f5b019;
}

/* CSS Variables */
:root {
--color-1: #00d0ff;
--color-2: #397ad5;
--color-3: #4f56c9;
--color-4: #f12913;
--color-5: #f5b019;
}

CSS del degradado de fondo SynthWave

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00d0ff, #397ad5, #4f56c9, #f12913, #f5b019);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00d0ff, #397ad5, #4f56c9, #f12913, #f5b019);
}

SynthWave color palette created on .