Paleta de colores Serene Sky and Stone

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Sky and Stone palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Sky and Stone

/* CSS */
.color-1 {
color: #e1dfe1;
}
.color-2 {
color: #b1b1af;
}
.color-3 {
color: #7bb4ea;
}
.color-4 {
color: #5995c9;
}
.color-5 {
color: #87886d;
}

/* CSS Variables */
:root {
--color-1: #e1dfe1;
--color-2: #b1b1af;
--color-3: #7bb4ea;
--color-4: #5995c9;
--color-5: #87886d;
}

CSS del degradado de fondo Serene Sky and Stone

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1dfe1, #b1b1af, #7bb4ea, #5995c9, #87886d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1dfe1, #b1b1af, #7bb4ea, #5995c9, #87886d);
}

Serene Sky and Stone color palette created on .