Paleta de colores Serene Stone Garden

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Stone Garden palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Stone Garden

/* CSS */
.color-1 {
color: #405e54;
}
.color-2 {
color: #a7b6a5;
}
.color-3 {
color: #dae2dd;
}
.color-4 {
color: #f1f8f3;
}
.color-5 {
color: #e5b59e;
}

/* CSS Variables */
:root {
--color-1: #405e54;
--color-2: #a7b6a5;
--color-3: #dae2dd;
--color-4: #f1f8f3;
--color-5: #e5b59e;
}

CSS del degradado de fondo Serene Stone Garden

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #405e54, #a7b6a5, #dae2dd, #f1f8f3, #e5b59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #405e54, #a7b6a5, #dae2dd, #f1f8f3, #e5b59e);
}

Serene Stone Garden color palette created on .