Computer Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Computer palette

Share this palette to:

Computer color palette PNG image

Download computer color palette PNG image (landscape)
Download computer color palette PNG image (square)

Computer color palette CSS

/* CSS */
.color-1 {
color: #1e2876;
}
.color-2 {
color: #3c4c9a;
}
.color-3 {
color: #6b78b8;
}
.color-4 {
color: #93a5e1;
}
.color-5 {
color: #c5e0f7;
}

/* CSS Variables */
:root {
--color-1: #1e2876;
--color-2: #3c4c9a;
--color-3: #6b78b8;
--color-4: #93a5e1;
--color-5: #c5e0f7;
}

Computer background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e2876, #3c4c9a, #6b78b8, #93a5e1, #c5e0f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e2876, #3c4c9a, #6b78b8, #93a5e1, #c5e0f7);
}

Computer color palette created on .