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: #ff6161;
}
.color-2 {
color: #61ff61;
}
.color-3 {
color: #52d1ff;
}
.color-4 {
color: #2e9aff;
}
.color-5 {
color: #001df5;
}
/* CSS Variables */
:root {
--color-1: #ff6161;
--color-2: #61ff61;
--color-3: #52d1ff;
--color-4: #2e9aff;
--color-5: #001df5;
}
CSS del degradado de fondo Whispers of Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6161, #61ff61, #52d1ff, #2e9aff, #001df5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6161, #61ff61, #52d1ff, #2e9aff, #001df5);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 100+ paletas de colores Rojo
Whispers of Serenity color palette created on .