Paleta de colores Serene Restoration
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Restoration palette
CSS de la paleta de colores Serene Restoration
/* CSS */
.color-1 {
color: #0b7ada;
}
.color-2 {
color: #94cdff;
}
.color-3 {
color: #eed04f;
}
.color-4 {
color: #e77b50;
}
.color-5 {
color: #2d3748;
}
/* CSS Variables */
:root {
--color-1: #0b7ada;
--color-2: #94cdff;
--color-3: #eed04f;
--color-4: #e77b50;
--color-5: #2d3748;
}
CSS del degradado de fondo Serene Restoration
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0b7ada, #94cdff, #eed04f, #e77b50, #2d3748);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0b7ada, #94cdff, #eed04f, #e77b50, #2d3748);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 6 paletas de colores Azul
Serene Restoration color palette created on .