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: #e9dedd;
}
.color-2 {
color: #e4ccaf;
}
.color-3 {
color: #cec8d0;
}
.color-4 {
color: #bebdc7;
}
.color-5 {
color: #c6b9b8;
}
/* CSS Variables */
:root {
--color-1: #e9dedd;
--color-2: #e4ccaf;
--color-3: #cec8d0;
--color-4: #bebdc7;
--color-5: #c6b9b8;
}
CSS con gradiente di sfondo Whispers of Serenity
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9dedd, #e4ccaf, #cec8d0, #bebdc7, #c6b9b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9dedd, #e4ccaf, #cec8d0, #bebdc7, #c6b9b8);
}
Tavolozze di colori simili
Whispers of Serenity color palette created on .