Digital Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Digital Horizon palette

Share this palette to:

Digital Horizon color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #3b6b9b;
}
.color-3 {
color: #6db5d9;
}
.color-4 {
color: #aae7f3;
}
.color-5 {
color: #f3c6a5;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #3b6b9b;
--color-3: #6db5d9;
--color-4: #aae7f3;
--color-5: #f3c6a5;
}

Digital Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #3b6b9b, #6db5d9, #aae7f3, #f3c6a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #3b6b9b, #6db5d9, #aae7f3, #f3c6a5);
}

Digital Horizon color palette created on .