Paleta de colores Sweet Whispers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sweet Whispers palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sweet Whispers

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

CSS de la paleta de colores Sweet Whispers

/* 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 del degradado de fondo 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 .