Shades of Blue Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Blue Green palette

Share this palette to:

Shades of Blue Green color palette CSS

/* CSS */
.color-1 {
color: #f4e2c3;
}
.color-2 {
color: #b5c7e3;
}
.color-3 {
color: #9cd9e2;
}
.color-4 {
color: #5a8c8c;
}
.color-5 {
color: #3e5b5b;
}

/* CSS Variables */
:root {
--color-1: #f4e2c3;
--color-2: #b5c7e3;
--color-3: #9cd9e2;
--color-4: #5a8c8c;
--color-5: #3e5b5b;
}

Shades of Blue Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e2c3, #b5c7e3, #9cd9e2, #5a8c8c, #3e5b5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e2c3, #b5c7e3, #9cd9e2, #5a8c8c, #3e5b5b);
}

Similar color palettes

Shades of Blue Green color palette created on .