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