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