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: #fcffeb;
}
.color-2 {
color: #d5ece8;
}
.color-3 {
color: #c4e7e9;
}
.color-4 {
color: #c5e7e8;
}
.color-5 {
color: #c3e6e9;
}
/* CSS Variables */
:root {
--color-1: #fcffeb;
--color-2: #d5ece8;
--color-3: #c4e7e9;
--color-4: #c5e7e8;
--color-5: #c3e6e9;
}
CSS del degradado de fondo Whispers of Tranquility
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fcffeb, #d5ece8, #c4e7e9, #c5e7e8, #c3e6e9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fcffeb, #d5ece8, #c4e7e9, #c5e7e8, #c3e6e9);
}
Paletas de colores similares
Whispers of Tranquility color palette created on .