Paleta de colores Pebble Whisper

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pebble Whisper palette

Compartir esta paleta en:

CSS de la paleta de colores Pebble Whisper

/* CSS */
.color-1 {
color: #b7a99a;
}
.color-2 {
color: #d5cfc3;
}
.color-3 {
color: #e0d3c2;
}
.color-4 {
color: #e8e1d4;
}
.color-5 {
color: #f5f1e5;
}

/* CSS Variables */
:root {
--color-1: #b7a99a;
--color-2: #d5cfc3;
--color-3: #e0d3c2;
--color-4: #e8e1d4;
--color-5: #f5f1e5;
}

CSS del degradado de fondo Pebble Whisper

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7a99a, #d5cfc3, #e0d3c2, #e8e1d4, #f5f1e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7a99a, #d5cfc3, #e0d3c2, #e8e1d4, #f5f1e5);
}

Pebble Whisper color palette created on .