Elbe Serenity Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Elbe Serenity palette
Elbe Serenity color palette CSS
/* CSS */
.color-1 {
color: #a3c7e0;
}
.color-2 {
color: #4c9ac8;
}
.color-3 {
color: #1e7b99;
}
.color-4 {
color: #1d4d4e;
}
.color-5 {
color: #b3d5c0;
}
/* CSS Variables */
:root {
--color-1: #a3c7e0;
--color-2: #4c9ac8;
--color-3: #1e7b99;
--color-4: #1d4d4e;
--color-5: #b3d5c0;
}
Elbe Serenity background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3c7e0, #4c9ac8, #1e7b99, #1d4d4e, #b3d5c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3c7e0, #4c9ac8, #1e7b99, #1d4d4e, #b3d5c0);
}
Similar color palettes
Elbe Serenity color palette created on .