Rich Horizon Color Palette
Discover the beautiful Rich Horizon color palette featuring biscay (#1d3f72), kashmir blue (#496c92), neptune (#77a4b6), sinbad (#a0d3d4) and parchment (#f2e4d4).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Rich Horizon palette
💻 Rich Horizon color palette CSS
/* CSS */
.color-1 {
color: #1d3f72;
}
.color-2 {
color: #496c92;
}
.color-3 {
color: #77a4b6;
}
.color-4 {
color: #a0d3d4;
}
.color-5 {
color: #f2e4d4;
}
/* CSS Variables */
:root {
--color-1: #1d3f72;
--color-2: #496c92;
--color-3: #77a4b6;
--color-4: #a0d3d4;
--color-5: #f2e4d4;
} 🌈 Rich Horizon background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1d3f72, #496c92, #77a4b6, #a0d3d4, #f2e4d4);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1d3f72, #496c92, #77a4b6, #a0d3d4, #f2e4d4);
} 🔗 Explore similar color palettes
Rich Horizon color palette created on .