Paleta de colores Light Blue Pebble

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Light Blue Pebble palette

Compartir esta paleta en:

CSS de la paleta de colores Light Blue Pebble

/* CSS */
.color-1 {
color: #b7c7d1;
}
.color-2 {
color: #a1d6e8;
}
.color-3 {
color: #f6eab6;
}
.color-4 {
color: #f6c598;
}
.color-5 {
color: #d6a466;
}

/* CSS Variables */
:root {
--color-1: #b7c7d1;
--color-2: #a1d6e8;
--color-3: #f6eab6;
--color-4: #f6c598;
--color-5: #d6a466;
}

CSS del degradado de fondo Light Blue Pebble

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b7c7d1, #a1d6e8, #f6eab6, #f6c598, #d6a466);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b7c7d1, #a1d6e8, #f6eab6, #f6c598, #d6a466);
}

Light Blue Pebble color palette created on .