Skyline Cargo Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Skyline Cargo palette

Share this palette to:

Skyline Cargo color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9e3d;
}
.color-3 {
color: #6d9fd5;
}
.color-4 {
color: #498fd4;
}
.color-5 {
color: #2d688f;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9e3d;
--color-3: #6d9fd5;
--color-4: #498fd4;
--color-5: #2d688f;
}

Skyline Cargo background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9e3d, #6d9fd5, #498fd4, #2d688f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9e3d, #6d9fd5, #498fd4, #2d688f);
}

Skyline Cargo color palette created on .