Whispers of Serene Nature Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispers of Serene Nature palette

Share this palette to:

Whispers of Serene Nature color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #fcfdfd;
}
.color-3 {
color: #e6ebeb;
}
.color-4 {
color: #c3ced0;
}
.color-5 {
color: #acb159;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #fcfdfd;
--color-3: #e6ebeb;
--color-4: #c3ced0;
--color-5: #acb159;
}

Whispers of Serene Nature background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #fcfdfd, #e6ebeb, #c3ced0, #acb159);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #fcfdfd, #e6ebeb, #c3ced0, #acb159);
}

Whispers of Serene Nature color palette created on .