Blue Horizon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Horizon palette
Blue Horizon color palette CSS
/* CSS */
.color-1 {
color: #6193d1;
}
.color-2 {
color: #4b7bec;
}
.color-3 {
color: #a3c2e0;
}
.color-4 {
color: #f4a462;
}
.color-5 {
color: #e76e50;
}
/* CSS Variables */
:root {
--color-1: #6193d1;
--color-2: #4b7bec;
--color-3: #a3c2e0;
--color-4: #f4a462;
--color-5: #e76e50;
}
Blue Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6193d1, #4b7bec, #a3c2e0, #f4a462, #e76e50);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6193d1, #4b7bec, #a3c2e0, #f4a462, #e76e50);
}
Similar color palettes
Blue Horizon color palette created on .