Whispers of a Sunlit Meadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of a Sunlit Meadow palette
Whispers of a Sunlit Meadow color palette CSS
/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #9ae1f9;
}
.color-3 {
color: #c0df9f;
}
.color-4 {
color: #ea7e48;
}
.color-5 {
color: #e25b18;
}
/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #9ae1f9;
--color-3: #c0df9f;
--color-4: #ea7e48;
--color-5: #e25b18;
}
Whispers of a Sunlit Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #9ae1f9, #c0df9f, #ea7e48, #e25b18);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #9ae1f9, #c0df9f, #ea7e48, #e25b18);
}
Similar color palettes
Scroll down to explore 3 Soft pink color palettes
Whispers of a Sunlit Meadow color palette created on .