Subaru Skyway Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Subaru Skyway palette

Share this palette to:

Subaru Skyway color palette CSS

/* CSS */
.color-1 {
color: #1e3a76;
}
.color-2 {
color: #396dc6;
}
.color-3 {
color: #a8c8e1;
}
.color-4 {
color: #f1a8a2;
}
.color-5 {
color: #ffdd57;
}

/* CSS Variables */
:root {
--color-1: #1e3a76;
--color-2: #396dc6;
--color-3: #a8c8e1;
--color-4: #f1a8a2;
--color-5: #ffdd57;
}

Subaru Skyway background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3a76, #396dc6, #a8c8e1, #f1a8a2, #ffdd57);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3a76, #396dc6, #a8c8e1, #f1a8a2, #ffdd57);
}

Subaru Skyway color palette created on .