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: #f8fcfc;
}
.color-2 {
color: #deccba;
}
.color-3 {
color: #a0a9e4;
}
.color-4 {
color: #918192;
}
.color-5 {
color: #7579e6;
}
/* CSS Variables */
:root {
--color-1: #f8fcfc;
--color-2: #deccba;
--color-3: #a0a9e4;
--color-4: #918192;
--color-5: #7579e6;
}
CSS con gradiente di sfondo Whispers of Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8fcfc, #deccba, #a0a9e4, #918192, #7579e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8fcfc, #deccba, #a0a9e4, #918192, #7579e6);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 1 tavolozza di colori Light blue
Whispers of Serenity color palette created on .