Sunlit Olive Meadow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sunlit Olive Meadow palette
Sunlit Olive Meadow color palette CSS
/* CSS */
.color-1 {
color: #a7b300;
}
.color-2 {
color: #f4df3e;
}
.color-3 {
color: #d1a700;
}
.color-4 {
color: #e2cfcf;
}
.color-5 {
color: #f0b7d7;
}
/* CSS Variables */
:root {
--color-1: #a7b300;
--color-2: #f4df3e;
--color-3: #d1a700;
--color-4: #e2cfcf;
--color-5: #f0b7d7;
}
Sunlit Olive Meadow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a7b300, #f4df3e, #d1a700, #e2cfcf, #f0b7d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a7b300, #f4df3e, #d1a700, #e2cfcf, #f0b7d7);
}
Similar color palettes
Sunlit Olive Meadow color palette created on .