Blue Everest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Everest palette
Blue Everest color palette CSS
/* CSS */
.color-1 {
color: #2e4a7f;
}
.color-2 {
color: #5d8ebb;
}
.color-3 {
color: #90c8e4;
}
.color-4 {
color: #e4b858;
}
.color-5 {
color: #d46f40;
}
/* CSS Variables */
:root {
--color-1: #2e4a7f;
--color-2: #5d8ebb;
--color-3: #90c8e4;
--color-4: #e4b858;
--color-5: #d46f40;
}
Blue Everest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e4a7f, #5d8ebb, #90c8e4, #e4b858, #d46f40);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e4a7f, #5d8ebb, #90c8e4, #e4b858, #d46f40);
}
Similar color palettes
Blue Everest color palette created on .