Whimsical Woodland Retreat Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Woodland Retreat palette
Whimsical Woodland Retreat color palette CSS
/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #f2c5b5;
}
.color-3 {
color: #c77d6b;
}
.color-4 {
color: #4b7c4e;
}
.color-5 {
color: #d4d4d4;
}
/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #f2c5b5;
--color-3: #c77d6b;
--color-4: #4b7c4e;
--color-5: #d4d4d4;
}
Whimsical Woodland Retreat background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #f2c5b5, #c77d6b, #4b7c4e, #d4d4d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #f2c5b5, #c77d6b, #4b7c4e, #d4d4d4);
}
Similar color palettes
Whimsical Woodland Retreat color palette created on .