Blue Light Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Light palette
Blue Light color palette CSS
/* CSS */
.color-1 {
color: #1c1f3f;
}
.color-2 {
color: #4e5b7e;
}
.color-3 {
color: #a0b2cf;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #e84c3b;
}
/* CSS Variables */
:root {
--color-1: #1c1f3f;
--color-2: #4e5b7e;
--color-3: #a0b2cf;
--color-4: #f1c84b;
--color-5: #e84c3b;
}
Blue Light background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1c1f3f, #4e5b7e, #a0b2cf, #f1c84b, #e84c3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1c1f3f, #4e5b7e, #a0b2cf, #f1c84b, #e84c3b);
}
Similar color palettes
Blue Light color palette created on .