Paleta de colores Whispering Ceramics

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Ceramics palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Ceramics

/* CSS */
.color-1 {
color: #f2e2d4;
}
.color-2 {
color: #d9b2a1;
}
.color-3 {
color: #c79e8a;
}
.color-4 {
color: #bbaf8b;
}
.color-5 {
color: #a28c7c;
}

/* CSS Variables */
:root {
--color-1: #f2e2d4;
--color-2: #d9b2a1;
--color-3: #c79e8a;
--color-4: #bbaf8b;
--color-5: #a28c7c;
}

CSS del degradado de fondo Whispering Ceramics

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2e2d4, #d9b2a1, #c79e8a, #bbaf8b, #a28c7c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2e2d4, #d9b2a1, #c79e8a, #bbaf8b, #a28c7c);
}

Whispering Ceramics color palette created on .