Blue Green Burst Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Green Burst palette
Blue Green Burst color palette CSS
/* CSS */
.color-1 {
color: #3c90af;
}
.color-2 {
color: #5eba9a;
}
.color-3 {
color: #8bde7c;
}
.color-4 {
color: #f5d15b;
}
.color-5 {
color: #f68a3c;
}
/* CSS Variables */
:root {
--color-1: #3c90af;
--color-2: #5eba9a;
--color-3: #8bde7c;
--color-4: #f5d15b;
--color-5: #f68a3c;
}
Blue Green Burst background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3c90af, #5eba9a, #8bde7c, #f5d15b, #f68a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3c90af, #5eba9a, #8bde7c, #f5d15b, #f68a3c);
}
Similar color palettes
Blue Green Burst color palette created on .