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