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: #4bbe73;
}
.color-2 {
color: #6ed4a7;
}
.color-3 {
color: #8ff0d4;
}
.color-4 {
color: #a5f8e2;
}
.color-5 {
color: #d3f8f1;
}
/* CSS Variables */
:root {
--color-1: #4bbe73;
--color-2: #6ed4a7;
--color-3: #8ff0d4;
--color-4: #a5f8e2;
--color-5: #d3f8f1;
}
Shades of Blue Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4bbe73, #6ed4a7, #8ff0d4, #a5f8e2, #d3f8f1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4bbe73, #6ed4a7, #8ff0d4, #a5f8e2, #d3f8f1);
}
Similar color palettes
Shades of Blue Green color palette created on .