Blue Uncanny Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue Uncanny palette
Blue Uncanny color palette CSS
/* CSS */
.color-1 {
color: #1e3c6c;
}
.color-2 {
color: #496d9c;
}
.color-3 {
color: #7ca4c0;
}
.color-4 {
color: #a4d1e5;
}
.color-5 {
color: #f5b59e;
}
/* CSS Variables */
:root {
--color-1: #1e3c6c;
--color-2: #496d9c;
--color-3: #7ca4c0;
--color-4: #a4d1e5;
--color-5: #f5b59e;
}
Blue Uncanny background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3c6c, #496d9c, #7ca4c0, #a4d1e5, #f5b59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3c6c, #496d9c, #7ca4c0, #a4d1e5, #f5b59e);
}
Similar color palettes
Blue Uncanny color palette created on .