Shades of Blue and Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Blue and Green palette

Share this palette to:

Shades of Blue and Green color palette CSS

/* CSS */
.color-1 {
color: #f9d64e;
}
.color-2 {
color: #a7d69e;
}
.color-3 {
color: #4cb7e1;
}
.color-4 {
color: #0077b3;
}
.color-5 {
color: #1d4d91;
}

/* CSS Variables */
:root {
--color-1: #f9d64e;
--color-2: #a7d69e;
--color-3: #4cb7e1;
--color-4: #0077b3;
--color-5: #1d4d91;
}

Shades of Blue and Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d64e, #a7d69e, #4cb7e1, #0077b3, #1d4d91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d64e, #a7d69e, #4cb7e1, #0077b3, #1d4d91);
}

Shades of Blue and Green color palette created on .