Paleta de colores Whispers of Tranquility
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Tranquility palette
Image Gallery

CSS de la paleta de colores Whispers of Tranquility
/* CSS */
.color-1 {
color: #d2d2d1;
}
.color-2 {
color: #95d0cf;
}
.color-3 {
color: #86bbb9;
}
.color-4 {
color: #717c7f;
}
.color-5 {
color: #706fae;
}
/* CSS Variables */
:root {
--color-1: #d2d2d1;
--color-2: #95d0cf;
--color-3: #86bbb9;
--color-4: #717c7f;
--color-5: #706fae;
}
CSS del degradado de fondo Whispers of Tranquility
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d2d2d1, #95d0cf, #86bbb9, #717c7f, #706fae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d2d2d1, #95d0cf, #86bbb9, #717c7f, #706fae);
}
Paletas de colores similares
Whispers of Tranquility color palette created on .