Blue Luxury Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Luxury palette
Blue Luxury color palette CSS
/* CSS */
.color-1 {
color: #1f2942;
}
.color-2 {
color: #4b5c7c;
}
.color-3 {
color: #788ea5;
}
.color-4 {
color: #c1b08b;
}
.color-5 {
color: #e9c58b;
}
/* CSS Variables */
:root {
--color-1: #1f2942;
--color-2: #4b5c7c;
--color-3: #788ea5;
--color-4: #c1b08b;
--color-5: #e9c58b;
}
Blue Luxury background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f2942, #4b5c7c, #788ea5, #c1b08b, #e9c58b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f2942, #4b5c7c, #788ea5, #c1b08b, #e9c58b);
}
Similar color palettes
Blue Luxury color palette created on .