Blue Salem Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Salem palette
Blue Salem color palette CSS
/* CSS */
.color-1 {
color: #4a6d8c;
}
.color-2 {
color: #6a9baf;
}
.color-3 {
color: #8cc1d4;
}
.color-4 {
color: #b8e2e5;
}
.color-5 {
color: #f5c68a;
}
/* CSS Variables */
:root {
--color-1: #4a6d8c;
--color-2: #6a9baf;
--color-3: #8cc1d4;
--color-4: #b8e2e5;
--color-5: #f5c68a;
}
Blue Salem background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6d8c, #6a9baf, #8cc1d4, #b8e2e5, #f5c68a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6d8c, #6a9baf, #8cc1d4, #b8e2e5, #f5c68a);
}
Similar color palettes
Scroll down to explore 500+ Aesthetic color palettes
Blue Salem color palette created on .