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