Blue September Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue September palette
Blue September color palette CSS
/* CSS */
.color-1 {
color: #3e4974;
}
.color-2 {
color: #6b7c94;
}
.color-3 {
color: #a1c1d4;
}
.color-4 {
color: #f5d08e;
}
.color-5 {
color: #eab8b8;
}
/* CSS Variables */
:root {
--color-1: #3e4974;
--color-2: #6b7c94;
--color-3: #a1c1d4;
--color-4: #f5d08e;
--color-5: #eab8b8;
}
Blue September background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e4974, #6b7c94, #a1c1d4, #f5d08e, #eab8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e4974, #6b7c94, #a1c1d4, #f5d08e, #eab8b8);
}
Similar color palettes
Scroll down to explore 20+ Blue color palettes
Blue September color palette created on .