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