Blue Duck Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Duck palette
Blue Duck color palette CSS
/* CSS */
.color-1 {
color: #1e4e7b;
}
.color-2 {
color: #3c8ebe;
}
.color-3 {
color: #5db1e5;
}
.color-4 {
color: #8ce0f3;
}
.color-5 {
color: #c7e5f5;
}
/* CSS Variables */
:root {
--color-1: #1e4e7b;
--color-2: #3c8ebe;
--color-3: #5db1e5;
--color-4: #8ce0f3;
--color-5: #c7e5f5;
}
Blue Duck background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e4e7b, #3c8ebe, #5db1e5, #8ce0f3, #c7e5f5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e4e7b, #3c8ebe, #5db1e5, #8ce0f3, #c7e5f5);
}
Similar color palettes
Blue Duck color palette created on .