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: #d4ccaf;
}
.color-2 {
color: #a5bfa1;
}
.color-3 {
color: #b5c6d9;
}
.color-4 {
color: #4f8fba;
}
.color-5 {
color: #2a6e8d;
}
/* CSS Variables */
:root {
--color-1: #d4ccaf;
--color-2: #a5bfa1;
--color-3: #b5c6d9;
--color-4: #4f8fba;
--color-5: #2a6e8d;
}
CSS del degradado de fondo Pebble Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d4ccaf, #a5bfa1, #b5c6d9, #4f8fba, #2a6e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d4ccaf, #a5bfa1, #b5c6d9, #4f8fba, #2a6e8d);
}
Paletas de colores similares
Pebble Serenity color palette created on .