Paleta de colores Serene Restoration

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Serene Restoration palette

Compartir esta paleta en:

CSS de la paleta de colores Serene Restoration

/* CSS */
.color-1 {
color: #5cb2e0;
}
.color-2 {
color: #f7c5a6;
}
.color-3 {
color: #f4a462;
}
.color-4 {
color: #e76e50;
}
.color-5 {
color: #2d3748;
}

/* CSS Variables */
:root {
--color-1: #5cb2e0;
--color-2: #f7c5a6;
--color-3: #f4a462;
--color-4: #e76e50;
--color-5: #2d3748;
}

CSS del degradado de fondo Serene Restoration

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5cb2e0, #f7c5a6, #f4a462, #e76e50, #2d3748);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5cb2e0, #f7c5a6, #f4a462, #e76e50, #2d3748);
}

Serene Restoration color palette created on .