Whispers of Serenity Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of Serenity palette
tavolozza dei colori Whispers of Serenity CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcfdfc;
}
.color-3 {
color: #f1f3f4;
}
.color-4 {
color: #d9dbde;
}
.color-5 {
color: #b3b4bc;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfdfc;
--color-3: #f1f3f4;
--color-4: #d9dbde;
--color-5: #b3b4bc;
}
CSS con gradiente di sfondo Whispers of Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfdfc, #f1f3f4, #d9dbde, #b3b4bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfdfc, #f1f3f4, #d9dbde, #b3b4bc);
}
Tavolozze di colori simili
Whispers of Serenity color palette created on .