Soft Glow Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Soft Glow palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Soft Glow

Download soft glow color palette PNG image (landscape)
Download soft glow color palette PNG image (square)

tavolozza dei colori Soft Glow CSS

/* CSS */
.color-1 {
color: #fddbaf;
}
.color-2 {
color: #f4b39f;
}
.color-3 {
color: #f0a5a3;
}
.color-4 {
color: #d69ab1;
}
.color-5 {
color: #e5b8c4;
}

/* CSS Variables */
:root {
--color-1: #fddbaf;
--color-2: #f4b39f;
--color-3: #f0a5a3;
--color-4: #d69ab1;
--color-5: #e5b8c4;
}

CSS con gradiente di sfondo Soft Glow

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fddbaf, #f4b39f, #f0a5a3, #d69ab1, #e5b8c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fddbaf, #f4b39f, #f0a5a3, #d69ab1, #e5b8c4);
}

Soft Glow color palette created on .