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