Paleta de colores Creamy Sand

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Creamy Sand palette

Compartir esta paleta en:

CSS de la paleta de colores Creamy Sand

/* CSS */
.color-1 {
color: #f6e5d5;
}
.color-2 {
color: #e3b8a1;
}
.color-3 {
color: #d59f6d;
}
.color-4 {
color: #c8a54c;
}
.color-5 {
color: #e1c6b7;
}

/* CSS Variables */
:root {
--color-1: #f6e5d5;
--color-2: #e3b8a1;
--color-3: #d59f6d;
--color-4: #c8a54c;
--color-5: #e1c6b7;
}

CSS del degradado de fondo Creamy Sand

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6e5d5, #e3b8a1, #d59f6d, #c8a54c, #e1c6b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6e5d5, #e3b8a1, #d59f6d, #c8a54c, #e1c6b7);
}

Creamy Sand color palette created on .