Paleta de colores Wayne's Wave

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Wayne's Wave palette

Compartir esta paleta en:

CSS de la paleta de colores Wayne's Wave

/* CSS */
.color-1 {
color: #76716f;
}
.color-2 {
color: #5f5d5f;
}
.color-3 {
color: #3c3e3e;
}
.color-4 {
color: #303131;
}
.color-5 {
color: #232524;
}

/* CSS Variables */
:root {
--color-1: #76716f;
--color-2: #5f5d5f;
--color-3: #3c3e3e;
--color-4: #303131;
--color-5: #232524;
}

CSS del degradado de fondo Wayne's Wave

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #76716f, #5f5d5f, #3c3e3e, #303131, #232524);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #76716f, #5f5d5f, #3c3e3e, #303131, #232524);
}

Wayne's Wave color palette created on .