Paleta de colores Whispers of Tranquility
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Tranquility palette
CSS de la paleta de colores Whispers of Tranquility
/* CSS */
.color-1 {
color: #fcfcfc;
}
.color-2 {
color: #dbe3eb;
}
.color-3 {
color: #c9c5c9;
}
.color-4 {
color: #97c7dd;
}
.color-5 {
color: #8a9fad;
}
/* CSS Variables */
:root {
--color-1: #fcfcfc;
--color-2: #dbe3eb;
--color-3: #c9c5c9;
--color-4: #97c7dd;
--color-5: #8a9fad;
}
CSS del degradado de fondo Whispers of Tranquility
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcfcfc, #dbe3eb, #c9c5c9, #97c7dd, #8a9fad);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcfcfc, #dbe3eb, #c9c5c9, #97c7dd, #8a9fad);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 2 paletas de colores Blanco
Whispers of Tranquility color palette created on .