Blue Fountain Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Fountain palette

Share this palette to:

Blue Fountain color palette CSS

/* CSS */
.color-1 {
color: #29b0ff;
}
.color-2 {
color: #1e8cc2;
}
.color-3 {
color: #1c719b;
}
.color-4 {
color: #00805e;
}
.color-5 {
color: #00b893;
}

/* CSS Variables */
:root {
--color-1: #29b0ff;
--color-2: #1e8cc2;
--color-3: #1c719b;
--color-4: #00805e;
--color-5: #00b893;
}

Blue Fountain background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #29b0ff, #1e8cc2, #1c719b, #00805e, #00b893);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #29b0ff, #1e8cc2, #1c719b, #00805e, #00b893);
}

Blue Fountain color palette created on .