Paleta de colores Clay

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Clay palette

Compartir esta paleta en:

Descargar la paleta de colores Clay (PNG)

Download clay color palette PNG image (landscape)
Download clay color palette PNG image (square)

CSS de la paleta de colores Clay

/* CSS */
.color-1 {
color: #d88e69;
}
.color-2 {
color: #e1b07f;
}
.color-3 {
color: #e7c7a2;
}
.color-4 {
color: #e9d1b4;
}
.color-5 {
color: #f2e5d4;
}

/* CSS Variables */
:root {
--color-1: #d88e69;
--color-2: #e1b07f;
--color-3: #e7c7a2;
--color-4: #e9d1b4;
--color-5: #f2e5d4;
}

CSS del degradado de fondo Clay

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d88e69, #e1b07f, #e7c7a2, #e9d1b4, #f2e5d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d88e69, #e1b07f, #e7c7a2, #e9d1b4, #f2e5d4);
}

Clay color palette created on .