Paleta de colores Whispers of Wisdom
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of Wisdom palette
CSS de la paleta de colores Whispers of Wisdom
/* CSS */
.color-1 {
color: #f6a2b8;
}
.color-2 {
color: #e9d6b9;
}
.color-3 {
color: #f1e4b7;
}
.color-4 {
color: #b6e2f6;
}
.color-5 {
color: #b6d0f6;
}
/* CSS Variables */
:root {
--color-1: #f6a2b8;
--color-2: #e9d6b9;
--color-3: #f1e4b7;
--color-4: #b6e2f6;
--color-5: #b6d0f6;
}
CSS del degradado de fondo Whispers of Wisdom
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6a2b8, #e9d6b9, #f1e4b7, #b6e2f6, #b6d0f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6a2b8, #e9d6b9, #f1e4b7, #b6e2f6, #b6d0f6);
}
Paletas de colores similares
Whispers of Wisdom color palette created on .