Prussian Dream Color Palette
Discover the beautiful Prussian Dream color palette featuring prussian blue (#003052), regal blue (#004b6b), blue lagoon (#007a8a), persian green (#00a89d) and caribbean green (#00d6b3).
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 Prussian Dream palette
💻 Prussian Dream color palette CSS
/* CSS */
.color-1 {
color: #003052;
}
.color-2 {
color: #004b6b;
}
.color-3 {
color: #007a8a;
}
.color-4 {
color: #00a89d;
}
.color-5 {
color: #00d6b3;
}
/* CSS Variables */
:root {
--color-1: #003052;
--color-2: #004b6b;
--color-3: #007a8a;
--color-4: #00a89d;
--color-5: #00d6b3;
} 🌈 Prussian Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003052, #004b6b, #007a8a, #00a89d, #00d6b3);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003052, #004b6b, #007a8a, #00a89d, #00d6b3);
} 🔗 Explore similar color palettes
Prussian Dream color palette created on .