Paleta de colores Pebble Serenity

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pebble Serenity palette

Compartir esta paleta en:

CSS de la paleta de colores Pebble Serenity

/* CSS */
.color-1 {
color: #c7d2c1;
}
.color-2 {
color: #a3b6a0;
}
.color-3 {
color: #799a84;
}
.color-4 {
color: #4e7e70;
}
.color-5 {
color: #2a6059;
}

/* CSS Variables */
:root {
--color-1: #c7d2c1;
--color-2: #a3b6a0;
--color-3: #799a84;
--color-4: #4e7e70;
--color-5: #2a6059;
}

CSS del degradado de fondo Pebble Serenity

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7d2c1, #a3b6a0, #799a84, #4e7e70, #2a6059);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7d2c1, #a3b6a0, #799a84, #4e7e70, #2a6059);
}

Pebble Serenity color palette created on .