Everett's Horizon Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Everett's Horizon palette

Share this palette to:

Everett's Horizon color palette CSS

/* CSS */
.color-1 {
color: #6bb2e1;
}
.color-2 {
color: #4ea8d4;
}
.color-3 {
color: #409bc9;
}
.color-4 {
color: #f1b74b;
}
.color-5 {
color: #e05b2e;
}

/* CSS Variables */
:root {
--color-1: #6bb2e1;
--color-2: #4ea8d4;
--color-3: #409bc9;
--color-4: #f1b74b;
--color-5: #e05b2e;
}

Everett's Horizon background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6bb2e1, #4ea8d4, #409bc9, #f1b74b, #e05b2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6bb2e1, #4ea8d4, #409bc9, #f1b74b, #e05b2e);
}

Everett's Horizon color palette created on .