Forest Wedding Whispers Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Forest Wedding Whispers palette

Share this palette to:

Forest Wedding Whispers color palette CSS

/* CSS */
.color-1 {
color: #9fc6b7;
}
.color-2 {
color: #e8baa1;
}
.color-3 {
color: #f4e2d7;
}
.color-4 {
color: #e9b79f;
}
.color-5 {
color: #d19e6b;
}

/* CSS Variables */
:root {
--color-1: #9fc6b7;
--color-2: #e8baa1;
--color-3: #f4e2d7;
--color-4: #e9b79f;
--color-5: #d19e6b;
}

Forest Wedding Whispers background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc6b7, #e8baa1, #f4e2d7, #e9b79f, #d19e6b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc6b7, #e8baa1, #f4e2d7, #e9b79f, #d19e6b);
}

Forest Wedding Whispers color palette created on .