Blue Robot Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Blue Robot palette

Share this palette to:

Blue Robot color palette CSS

/* CSS */
.color-1 {
color: #00a5e0;
}
.color-2 {
color: #9ed9e0;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #ff6d1f;
}
.color-5 {
color: #e64c4c;
}

/* CSS Variables */
:root {
--color-1: #00a5e0;
--color-2: #9ed9e0;
--color-3: #f5c400;
--color-4: #ff6d1f;
--color-5: #e64c4c;
}

Blue Robot background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00a5e0, #9ed9e0, #f5c400, #ff6d1f, #e64c4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00a5e0, #9ed9e0, #f5c400, #ff6d1f, #e64c4c);
}

Blue Robot color palette created on .