Blue Grass Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Grass palette

Share this palette to:

Blue Grass color palette CSS

/* CSS */
.color-1 {
color: #a4c8df;
}
.color-2 {
color: #e0aeb6;
}
.color-3 {
color: #d0b049;
}
.color-4 {
color: #8b974e;
}
.color-5 {
color: #f2cb9c;
}

/* CSS Variables */
:root {
--color-1: #a4c8df;
--color-2: #e0aeb6;
--color-3: #d0b049;
--color-4: #8b974e;
--color-5: #f2cb9c;
}

Blue Grass background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c8df, #e0aeb6, #d0b049, #8b974e, #f2cb9c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c8df, #e0aeb6, #d0b049, #8b974e, #f2cb9c);
}

Blue Grass color palette created on .