Shades of Prussian Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Prussian Blue palette
Shades of Prussian Blue color palette CSS
/* CSS */
.color-1 {
color: #003052;
}
.color-2 {
color: #005c75;
}
.color-3 {
color: #008c9e;
}
.color-4 {
color: #00aec2;
}
.color-5 {
color: #00d6e6;
}
/* CSS Variables */
:root {
--color-1: #003052;
--color-2: #005c75;
--color-3: #008c9e;
--color-4: #00aec2;
--color-5: #00d6e6;
}
Shades of Prussian Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #003052, #005c75, #008c9e, #00aec2, #00d6e6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #003052, #005c75, #008c9e, #00aec2, #00d6e6);
}
Similar color palettes
Shades of Prussian Blue color palette created on .