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