Hope Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Hope palette
Color Inspiration
Images that showcase this color palette in real designs
Download Hope Color Palette (PNG)
Hope color palette CSS
/* CSS */
.color-1 {
color: #a8d3e1;
}
.color-2 {
color: #f6baa2;
}
.color-3 {
color: #ffce8a;
}
.color-4 {
color: #f1ebb1;
}
.color-5 {
color: #eab8e4;
}
/* CSS Variables */
:root {
--color-1: #a8d3e1;
--color-2: #f6baa2;
--color-3: #ffce8a;
--color-4: #f1ebb1;
--color-5: #eab8e4;
}
Hope background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8d3e1, #f6baa2, #ffce8a, #f1ebb1, #eab8e4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8d3e1, #f6baa2, #ffce8a, #f1ebb1, #eab8e4);
}
Similar color palettes
Hope color palette created on .