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