Whispers of Ashen Light Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Ashen Light palette

Condividi questa palette a:

tavolozza dei colori Whispers of Ashen Light CSS

/* CSS */
.color-1 {
color: #b8b8b7;
}
.color-2 {
color: #d2d0d0;
}
.color-3 {
color: #e1dfdf;
}
.color-4 {
color: #f3f1f1;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #b8b8b7;
--color-2: #d2d0d0;
--color-3: #e1dfdf;
--color-4: #f3f1f1;
--color-5: #ffffff;
}

CSS con gradiente di sfondo Whispers of Ashen Light

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8b8b7, #d2d0d0, #e1dfdf, #f3f1f1, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8b8b7, #d2d0d0, #e1dfdf, #f3f1f1, #ffffff);
}

Whispers of Ashen Light color palette created on .