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: #bbc3bb;
}
.color-2 {
color: #98a592;
}
.color-3 {
color: #72a3b1;
}
.color-4 {
color: #6b8578;
}
.color-5 {
color: #408fa5;
}
/* CSS Variables */
:root {
--color-1: #bbc3bb;
--color-2: #98a592;
--color-3: #72a3b1;
--color-4: #6b8578;
--color-5: #408fa5;
}
CSS del degradado de fondo Whispers of Tranquility
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bbc3bb, #98a592, #72a3b1, #6b8578, #408fa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bbc3bb, #98a592, #72a3b1, #6b8578, #408fa5);
}
Paletas de colores similares
Whispers of Tranquility color palette created on .