SynthWave Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with SynthWave palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori SynthWave

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

tavolozza dei colori SynthWave CSS

/* 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 con gradiente di sfondo 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 .