Retro Vibes Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Retro Vibes palette

Condividi questa palette a:

tavolozza dei colori Retro Vibes CSS

/* CSS */
.color-1 {
color: #d69ec7;
}
.color-2 {
color: #6e7dc9;
}
.color-3 {
color: #7da69f;
}
.color-4 {
color: #eadbeb;
}
.color-5 {
color: #a0bbe4;
}

/* CSS Variables */
:root {
--color-1: #d69ec7;
--color-2: #6e7dc9;
--color-3: #7da69f;
--color-4: #eadbeb;
--color-5: #a0bbe4;
}

CSS con gradiente di sfondo Retro Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d69ec7, #6e7dc9, #7da69f, #eadbeb, #a0bbe4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d69ec7, #6e7dc9, #7da69f, #eadbeb, #a0bbe4);
}

Retro Vibes color palette created on .