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: #f1b2a2;
}
.color-2 {
color: #bb9bac;
}
.color-3 {
color: #c5c187;
}
.color-4 {
color: #f7e3df;
}
.color-5 {
color: #cfc8d5;
}

/* CSS Variables */
:root {
--color-1: #f1b2a2;
--color-2: #bb9bac;
--color-3: #c5c187;
--color-4: #f7e3df;
--color-5: #cfc8d5;
}

CSS con gradiente di sfondo Retro Vibes

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b2a2, #bb9bac, #c5c187, #f7e3df, #cfc8d5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b2a2, #bb9bac, #c5c187, #f7e3df, #cfc8d5);
}

Retro Vibes color palette created on .