Frozen Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Frozen Blue palette
Color Inspiration
Images that showcase this color palette in real designs
Download Frozen Blue Color Palette (PNG)
Frozen Blue color palette CSS
/* CSS */
.color-1 {
color: #a5c1d5;
}
.color-2 {
color: #79b2d2;
}
.color-3 {
color: #4c9cc8;
}
.color-4 {
color: #007ab8;
}
.color-5 {
color: #005994;
}
/* CSS Variables */
:root {
--color-1: #a5c1d5;
--color-2: #79b2d2;
--color-3: #4c9cc8;
--color-4: #007ab8;
--color-5: #005994;
}
Frozen Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c1d5, #79b2d2, #4c9cc8, #007ab8, #005994);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c1d5, #79b2d2, #4c9cc8, #007ab8, #005994);
}
Similar color palettes
Frozen Blue color palette created on .