Precision Horizon Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Precision Horizon palette
Precision Horizon color palette CSS
/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #496d9c;
}
.color-3 {
color: #79b0d7;
}
.color-4 {
color: #a2dae6;
}
.color-5 {
color: #f2e2ba;
}
/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #496d9c;
--color-3: #79b0d7;
--color-4: #a2dae6;
--color-5: #f2e2ba;
}
Precision Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #496d9c, #79b0d7, #a2dae6, #f2e2ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #496d9c, #79b0d7, #a2dae6, #f2e2ba);
}
Similar color palettes
Precision Horizon color palette created on .