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: #1abc9c;
}
.color-2 {
color: #3398db;
}
.color-3 {
color: #f1c40e;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #e92063;
}

/* CSS Variables */
:root {
--color-1: #1abc9c;
--color-2: #3398db;
--color-3: #f1c40e;
--color-4: #f39c12;
--color-5: #e92063;
}

Shades of Blue and Green background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abc9c, #3398db, #f1c40e, #f39c12, #e92063);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abc9c, #3398db, #f1c40e, #f39c12, #e92063);
}

Shades of Blue and Green color palette created on .