Paleta de colores Whispers of the Storm
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Storm palette
CSS de la paleta de colores Whispers of the Storm
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #69a3c9;
}
.color-3 {
color: #507a9b;
}
.color-4 {
color: #3c5b6d;
}
.color-5 {
color: #2d3949;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #69a3c9;
--color-3: #507a9b;
--color-4: #3c5b6d;
--color-5: #2d3949;
}
CSS del degradado de fondo Whispers of the Storm
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #69a3c9, #507a9b, #3c5b6d, #2d3949);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #69a3c9, #507a9b, #3c5b6d, #2d3949);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 300+ paletas de colores Estético
Whispers of the Storm color palette created on .