Paleta de colores Serene Waterscape
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Serene Waterscape palette
CSS de la paleta de colores Serene Waterscape
/* CSS */
.color-1 {
color: #5b9bcd;
}
.color-2 {
color: #93c3e1;
}
.color-3 {
color: #b8ddea;
}
.color-4 {
color: #e9ecf1;
}
.color-5 {
color: #e4d7e5;
}
/* CSS Variables */
:root {
--color-1: #5b9bcd;
--color-2: #93c3e1;
--color-3: #b8ddea;
--color-4: #e9ecf1;
--color-5: #e4d7e5;
}
CSS del degradado de fondo Serene Waterscape
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b9bcd, #93c3e1, #b8ddea, #e9ecf1, #e4d7e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b9bcd, #93c3e1, #b8ddea, #e9ecf1, #e4d7e5);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Aguamarina
Serene Waterscape color palette created on .