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: #1a3d3a;
}
.color-2 {
color: #4c7b7b;
}
.color-3 {
color: #8cbab4;
}
.color-4 {
color: #b3e6e0;
}
.color-5 {
color: #f3f7f5;
}
/* CSS Variables */
:root {
--color-1: #1a3d3a;
--color-2: #4c7b7b;
--color-3: #8cbab4;
--color-4: #b3e6e0;
--color-5: #f3f7f5;
}
Shades of Blue Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a3d3a, #4c7b7b, #8cbab4, #b3e6e0, #f3f7f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a3d3a, #4c7b7b, #8cbab4, #b3e6e0, #f3f7f5);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Shades of Blue Green color palette created on .