Sustainable Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Sustainable Blue palette
Sustainable Blue color palette CSS
/* CSS */
.color-1 {
color: #aec4e0;
}
.color-2 {
color: #f6b83c;
}
.color-3 {
color: #6d9f5b;
}
.color-4 {
color: #e95d3a;
}
.color-5 {
color: #f5e26b;
}
/* CSS Variables */
:root {
--color-1: #aec4e0;
--color-2: #f6b83c;
--color-3: #6d9f5b;
--color-4: #e95d3a;
--color-5: #f5e26b;
}
Sustainable Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aec4e0, #f6b83c, #6d9f5b, #e95d3a, #f5e26b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aec4e0, #f6b83c, #6d9f5b, #e95d3a, #f5e26b);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Sustainable Blue color palette created on .