Covert Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Covert Horizon palette

Share this palette to:

Covert Horizon color palette CSS

/* CSS */
.color-1 {
color: #a4c2db;
}
.color-2 {
color: #7a9bae;
}
.color-3 {
color: #4b7e91;
}
.color-4 {
color: #f2b036;
}
.color-5 {
color: #db5e24;
}

/* CSS Variables */
:root {
--color-1: #a4c2db;
--color-2: #7a9bae;
--color-3: #4b7e91;
--color-4: #f2b036;
--color-5: #db5e24;
}

Covert Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a4c2db, #7a9bae, #4b7e91, #f2b036, #db5e24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a4c2db, #7a9bae, #4b7e91, #f2b036, #db5e24);
}

Covert Horizon color palette created on .