Retro Radiance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Retro Radiance palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Retro Radiance

Download retro radiance color palette PNG image (landscape)
Download retro radiance color palette PNG image (square)

tavolozza dei colori Retro Radiance CSS

/* CSS */
.color-1 {
color: #a3c7f0;
}
.color-2 {
color: #e2a7d0;
}
.color-3 {
color: #f6c660;
}
.color-4 {
color: #b8e1a8;
}
.color-5 {
color: #8a99ff;
}

/* CSS Variables */
:root {
--color-1: #a3c7f0;
--color-2: #e2a7d0;
--color-3: #f6c660;
--color-4: #b8e1a8;
--color-5: #8a99ff;
}

CSS con gradiente di sfondo Retro Radiance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7f0, #e2a7d0, #f6c660, #b8e1a8, #8a99ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7f0, #e2a7d0, #f6c660, #b8e1a8, #8a99ff);
}

Retro Radiance color palette created on .