Bright Blue Green Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Blue Green palette
Download Bright Blue Green Color Palette (PNG)
Bright Blue Green color palette CSS
/* CSS */
.color-1 {
color: #239a49;
}
.color-2 {
color: #a7ff33;
}
.color-3 {
color: #feffdb;
}
.color-4 {
color: #00d0ff;
}
.color-5 {
color: #006af5;
}
/* CSS Variables */
:root {
--color-1: #239a49;
--color-2: #a7ff33;
--color-3: #feffdb;
--color-4: #00d0ff;
--color-5: #006af5;
}
Bright Blue Green background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #239a49, #a7ff33, #feffdb, #00d0ff, #006af5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #239a49, #a7ff33, #feffdb, #00d0ff, #006af5);
}
Similar color palettes
Scroll down to explore 40+ Aqua color palettes
Bright Blue Green color palette created on .