Paleta de colores Pebble Serenity
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Pebble Serenity palette
CSS de la paleta de colores Pebble Serenity
/* CSS */
.color-1 {
color: #b8c2b2;
}
.color-2 {
color: #a7c0a5;
}
.color-3 {
color: #8eaf83;
}
.color-4 {
color: #6cad5c;
}
.color-5 {
color: #4cbf3b;
}
/* CSS Variables */
:root {
--color-1: #b8c2b2;
--color-2: #a7c0a5;
--color-3: #8eaf83;
--color-4: #6cad5c;
--color-5: #4cbf3b;
}
CSS del degradado de fondo Pebble Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8c2b2, #a7c0a5, #8eaf83, #6cad5c, #4cbf3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8c2b2, #a7c0a5, #8eaf83, #6cad5c, #4cbf3b);
}
Paletas de colores similares
Pebble Serenity color palette created on .