Sweet Whispers Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Sweet Whispers palette

Condividi questa palette a:

Scarica la tavolozza dei colori Sweet Whispers (PNG)

Download sweet whispers color palette PNG image (landscape)
Download sweet whispers color palette PNG image (square)

tavolozza dei colori Sweet Whispers CSS

/* CSS */
.color-1 {
color: #e3cea5;
}
.color-2 {
color: #f6e5d5;
}
.color-3 {
color: #f9f2e6;
}
.color-4 {
color: #f2d9c4;
}
.color-5 {
color: #d7bead;
}

/* CSS Variables */
:root {
--color-1: #e3cea5;
--color-2: #f6e5d5;
--color-3: #f9f2e6;
--color-4: #f2d9c4;
--color-5: #d7bead;
}

CSS con gradiente di sfondo Sweet Whispers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3cea5, #f6e5d5, #f9f2e6, #f2d9c4, #d7bead);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3cea5, #f6e5d5, #f9f2e6, #f2d9c4, #d7bead);
}

Sweet Whispers color palette created on .