Everett Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Everett palette
Everett color palette PNG image
Everett color palette CSS
/* CSS */
.color-1 {
color: #5aa8d8;
}
.color-2 {
color: #408dba;
}
.color-3 {
color: #2a7098;
}
.color-4 {
color: #1d4e72;
}
.color-5 {
color: #0e2c49;
}
/* CSS Variables */
:root {
--color-1: #5aa8d8;
--color-2: #408dba;
--color-3: #2a7098;
--color-4: #1d4e72;
--color-5: #0e2c49;
}
Everett background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5aa8d8, #408dba, #2a7098, #1d4e72, #0e2c49);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5aa8d8, #408dba, #2a7098, #1d4e72, #0e2c49);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Everett color palette created on .