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: #001029;
}
.color-2 {
color: #001438;
}
.color-3 {
color: #011841;
}
.color-4 {
color: #01234b;
}
.color-5 {
color: #012d56;
}
/* CSS Variables */
:root {
--color-1: #001029;
--color-2: #001438;
--color-3: #011841;
--color-4: #01234b;
--color-5: #012d56;
}
Whispering Rainforest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #001029, #001438, #011841, #01234b, #012d56);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #001029, #001438, #011841, #01234b, #012d56);
}
Similar color palettes
Whispering Rainforest color palette created on .