Paleta de colores Whispering Shores
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispering Shores palette
CSS de la paleta de colores Whispering Shores
/* CSS */
.color-1 {
color: #a1dff7;
}
.color-2 {
color: #f7e4b1;
}
.color-3 {
color: #f2b1b5;
}
.color-4 {
color: #f4c1a4;
}
.color-5 {
color: #f0a8c2;
}
/* CSS Variables */
:root {
--color-1: #a1dff7;
--color-2: #f7e4b1;
--color-3: #f2b1b5;
--color-4: #f4c1a4;
--color-5: #f0a8c2;
}
CSS del degradado de fondo Whispering Shores
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a1dff7, #f7e4b1, #f2b1b5, #f4c1a4, #f0a8c2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a1dff7, #f7e4b1, #f2b1b5, #f4c1a4, #f0a8c2);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 50+ paletas de colores Estético
Whispering Shores color palette created on .