Bright Blue Green Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Bright Blue Green palette

Share this palette to:

Download Bright Blue Green Color Palette (PNG)

Download bright blue green color palette PNG image (landscape)
Download bright blue green color palette PNG image (square)

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);
}

Bright Blue Green color palette created on .