Whispering Rainforest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Rainforest palette
Whispering Rainforest color palette CSS
/* CSS */
.color-1 {
color: #0c1f46;
}
.color-2 {
color: #0e2453;
}
.color-3 {
color: #102556;
}
.color-4 {
color: #103060;
}
.color-5 {
color: #123768;
}
/* CSS Variables */
:root {
--color-1: #0c1f46;
--color-2: #0e2453;
--color-3: #102556;
--color-4: #103060;
--color-5: #123768;
}
Whispering Rainforest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #0c1f46, #0e2453, #102556, #103060, #123768);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #0c1f46, #0e2453, #102556, #103060, #123768);
}
Similar color palettes
Whispering Rainforest color palette created on .