Paleta de colores Pure Sand

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pure Sand palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Pure Sand

Download pure sand color palette PNG image (landscape)
Download pure sand color palette PNG image (square)

CSS de la paleta de colores Pure Sand

/* CSS */
.color-1 {
color: #f7f3ee;
}
.color-2 {
color: #f4ede7;
}
.color-3 {
color: #f0e7e0;
}
.color-4 {
color: #ede1d9;
}
.color-5 {
color: #ebded6;
}

/* CSS Variables */
:root {
--color-1: #f7f3ee;
--color-2: #f4ede7;
--color-3: #f0e7e0;
--color-4: #ede1d9;
--color-5: #ebded6;
}

CSS del degradado de fondo Pure Sand

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f3ee, #f4ede7, #f0e7e0, #ede1d9, #ebded6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f3ee, #f4ede7, #f0e7e0, #ede1d9, #ebded6);
}

Pure Sand color palette created on .