003 Robot Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with 003 Robot palette

Share this palette to:

003 Robot color palette PNG image

Download 003 robot color palette PNG image (landscape)
Download 003 robot color palette PNG image (square)

003 Robot color palette CSS

/* CSS */
.color-1 {
color: #1f3a61;
}
.color-2 {
color: #3a5e7e;
}
.color-3 {
color: #607f9f;
}
.color-4 {
color: #7fa3c3;
}
.color-5 {
color: #a3d9e0;
}

/* CSS Variables */
:root {
--color-1: #1f3a61;
--color-2: #3a5e7e;
--color-3: #607f9f;
--color-4: #7fa3c3;
--color-5: #a3d9e0;
}

003 Robot background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1f3a61, #3a5e7e, #607f9f, #7fa3c3, #a3d9e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1f3a61, #3a5e7e, #607f9f, #7fa3c3, #a3d9e0);
}

003 Robot color palette created on .