Ghest Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Ghest palette
Ghest color palette PNG image
Ghest color palette CSS
/* CSS */
.color-1 {
color: #c0c4d8;
}
.color-2 {
color: #a1b4d3;
}
.color-3 {
color: #6a8ebe;
}
.color-4 {
color: #4c6f9a;
}
.color-5 {
color: #2c487d;
}
/* CSS Variables */
:root {
--color-1: #c0c4d8;
--color-2: #a1b4d3;
--color-3: #6a8ebe;
--color-4: #4c6f9a;
--color-5: #2c487d;
}
Ghest background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0c4d8, #a1b4d3, #6a8ebe, #4c6f9a, #2c487d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0c4d8, #a1b4d3, #6a8ebe, #4c6f9a, #2c487d);
}
Similar color palettes
Scroll down to explore 200+ Aesthetic color palettes
Ghest color palette created on .