Whispers of the Forest Tavolozza dei colori
LuminositÃ
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of the Forest palette
tavolozza dei colori Whispers of the Forest CSS
/* CSS */
.color-1 {
color: #b4d9c8;
}
.color-2 {
color: #799a8e;
}
.color-3 {
color: #4c6b5a;
}
.color-4 {
color: #2f4641;
}
.color-5 {
color: #1c302d;
}
/* CSS Variables */
:root {
--color-1: #b4d9c8;
--color-2: #799a8e;
--color-3: #4c6b5a;
--color-4: #2f4641;
--color-5: #1c302d;
}
CSS con gradiente di sfondo Whispers of the Forest
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4d9c8, #799a8e, #4c6b5a, #2f4641, #1c302d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4d9c8, #799a8e, #4c6b5a, #2f4641, #1c302d);
}
Tavolozze di colori simili
Whispers of the Forest color palette created on .