Paleta de colores Whispers of Sunlit Sand

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispers of Sunlit Sand palette

Compartir esta paleta en:

CSS de la paleta de colores Whispers of Sunlit Sand

/* CSS */
.color-1 {
color: #f3ede2;
}
.color-2 {
color: #e6ded1;
}
.color-3 {
color: #dccfbc;
}
.color-4 {
color: #c7b599;
}
.color-5 {
color: #c39f6f;
}

/* CSS Variables */
:root {
--color-1: #f3ede2;
--color-2: #e6ded1;
--color-3: #dccfbc;
--color-4: #c7b599;
--color-5: #c39f6f;
}

CSS del degradado de fondo Whispers of Sunlit Sand

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3ede2, #e6ded1, #dccfbc, #c7b599, #c39f6f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3ede2, #e6ded1, #dccfbc, #c7b599, #c39f6f);
}

Paletas de colores similares

Whispers of Sunlit Sand color palette created on .