Sunlit Dairy Fields Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunlit Dairy Fields palette

Share this palette to:

Sunlit Dairy Fields color palette CSS

/* CSS */
.color-1 {
color: #c5a667;
}
.color-2 {
color: #dac68b;
}
.color-3 {
color: #ecd8a7;
}
.color-4 {
color: #f6e0a7;
}
.color-5 {
color: #f3c8a0;
}

/* CSS Variables */
:root {
--color-1: #c5a667;
--color-2: #dac68b;
--color-3: #ecd8a7;
--color-4: #f6e0a7;
--color-5: #f3c8a0;
}

Sunlit Dairy Fields background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c5a667, #dac68b, #ecd8a7, #f6e0a7, #f3c8a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c5a667, #dac68b, #ecd8a7, #f6e0a7, #f3c8a0);
}

Sunlit Dairy Fields color palette created on .