Blue Fog Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Fog palette
Blue Fog color palette CSS
/* CSS */
.color-1 {
color: #b0c4de;
}
.color-2 {
color: #a5c6d5;
}
.color-3 {
color: #7fb0c7;
}
.color-4 {
color: #4b94b9;
}
.color-5 {
color: #2b6473;
}
/* CSS Variables */
:root {
--color-1: #b0c4de;
--color-2: #a5c6d5;
--color-3: #7fb0c7;
--color-4: #4b94b9;
--color-5: #2b6473;
}
Blue Fog background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0c4de, #a5c6d5, #7fb0c7, #4b94b9, #2b6473);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0c4de, #a5c6d5, #7fb0c7, #4b94b9, #2b6473);
}
Similar color palettes
Blue Fog color palette created on .