Whispers of the Woods Tavolozza dei colori
Luminositร
Saturazione
Calore
UI Examples
Explore beautiful UI components with Whispers of the Woods palette
tavolozza dei colori Whispers of the Woods CSS
/* CSS */
.color-1 {
color: #2f4c3b;
}
.color-2 {
color: #608a6c;
}
.color-3 {
color: #a6c3a2;
}
.color-4 {
color: #d9e4d8;
}
.color-5 {
color: #f3f9f1;
}
/* CSS Variables */
:root {
--color-1: #2f4c3b;
--color-2: #608a6c;
--color-3: #a6c3a2;
--color-4: #d9e4d8;
--color-5: #f3f9f1;
}
CSS con gradiente di sfondo Whispers of the Woods
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2f4c3b, #608a6c, #a6c3a2, #d9e4d8, #f3f9f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2f4c3b, #608a6c, #a6c3a2, #d9e4d8, #f3f9f1);
}
Tavolozze di colori simili
Whispers of the Woods color palette created on .