Shades of Blue Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Blue Green palette
Shades of Blue Green color palette CSS
/* CSS */
.color-1 {
color: #1f9e8f;
}
.color-2 {
color: #4bb9a1;
}
.color-3 {
color: #79d7b3;
}
.color-4 {
color: #a7e2d6;
}
.color-5 {
color: #c4f2e7;
}
/* CSS Variables */
:root {
--color-1: #1f9e8f;
--color-2: #4bb9a1;
--color-3: #79d7b3;
--color-4: #a7e2d6;
--color-5: #c4f2e7;
}
Shades of Blue Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f9e8f, #4bb9a1, #79d7b3, #a7e2d6, #c4f2e7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f9e8f, #4bb9a1, #79d7b3, #a7e2d6, #c4f2e7);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Shades of Blue Green color palette created on .