Paleta de colores Sunlit Sands

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Sunlit Sands palette

Compartir esta paleta en:

Imagen PNG de la paleta de colores Sunlit Sands

Download sunlit sands color palette PNG image (landscape)
Download sunlit sands color palette PNG image (square)

CSS de la paleta de colores Sunlit Sands

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #f9e9c8;
}
.color-3 {
color: #e0c1a4;
}
.color-4 {
color: #d2a779;
}
.color-5 {
color: #b98350;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #f9e9c8;
--color-3: #e0c1a4;
--color-4: #d2a779;
--color-5: #b98350;
}

CSS del degradado de fondo Sunlit Sands

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #f9e9c8, #e0c1a4, #d2a779, #b98350);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #f9e9c8, #e0c1a4, #d2a779, #b98350);
}

Sunlit Sands color palette created on .