Fountain Blue Shades Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fountain Blue Shades palette
Fountain Blue Shades color palette CSS
/* CSS */
.color-1 {
color: #56b3bd;
}
.color-2 {
color: #4cb8b1;
}
.color-3 {
color: #3da49f;
}
.color-4 {
color: #2c9b8e;
}
.color-5 {
color: #1e8f7a;
}
/* CSS Variables */
:root {
--color-1: #56b3bd;
--color-2: #4cb8b1;
--color-3: #3da49f;
--color-4: #2c9b8e;
--color-5: #1e8f7a;
}
Fountain Blue Shades background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #56b3bd, #4cb8b1, #3da49f, #2c9b8e, #1e8f7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #56b3bd, #4cb8b1, #3da49f, #2c9b8e, #1e8f7a);
}
Similar color palettes
Fountain Blue Shades color palette created on .