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: #f6bb3c;
}
.color-2 {
color: #f6e48e;
}
.color-3 {
color: #a6d9c9;
}
.color-4 {
color: #45a19c;
}
.color-5 {
color: #1b6b93;
}

/* CSS Variables */
:root {
--color-1: #f6bb3c;
--color-2: #f6e48e;
--color-3: #a6d9c9;
--color-4: #45a19c;
--color-5: #1b6b93;
}

Shades of Blue and Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6bb3c, #f6e48e, #a6d9c9, #45a19c, #1b6b93);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6bb3c, #f6e48e, #a6d9c9, #45a19c, #1b6b93);
}

Shades of Blue and Green color palette created on .