Whispers of Light Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of Light palette
tavolozza dei colori Whispers of Light CSS
/* CSS */
.color-1 {
color: #bfbfbf;
}
.color-2 {
color: #b1b4b9;
}
.color-3 {
color: #f0e3d6;
}
.color-4 {
color: #d7b2a3;
}
.color-5 {
color: #a6a3a0;
}
/* CSS Variables */
:root {
--color-1: #bfbfbf;
--color-2: #b1b4b9;
--color-3: #f0e3d6;
--color-4: #d7b2a3;
--color-5: #a6a3a0;
}
CSS con gradiente di sfondo Whispers of Light
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bfbfbf, #b1b4b9, #f0e3d6, #d7b2a3, #a6a3a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bfbfbf, #b1b4b9, #f0e3d6, #d7b2a3, #a6a3a0);
}
Tavolozze di colori simili
Whispers of Light color palette created on .