Whispering Rainforest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whispering Rainforest palette

Share this palette to:

Whispering Rainforest color palette CSS

/* CSS */
.color-1 {
color: #051933;
}
.color-2 {
color: #082044;
}
.color-3 {
color: #0c2a55;
}
.color-4 {
color: #0e3a62;
}
.color-5 {
color: #11466a;
}

/* CSS Variables */
:root {
--color-1: #051933;
--color-2: #082044;
--color-3: #0c2a55;
--color-4: #0e3a62;
--color-5: #11466a;
}

Whispering Rainforest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #051933, #082044, #0c2a55, #0e3a62, #11466a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #051933, #082044, #0c2a55, #0e3a62, #11466a);
}

Whispering Rainforest color palette created on .