Japanese Autumn with Blues and Reds Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Japanese Autumn with Blues and Reds palette

Share this palette to:

Japanese Autumn with Blues and Reds color palette PNG image

Download japanese autumn with blues and reds color palette PNG image (landscape)
Download japanese autumn with blues and reds color palette PNG image (square)

Japanese Autumn with Blues and Reds color palette CSS

/* CSS */
.color-1 {
color: #f47b1f;
}
.color-2 {
color: #a23457;
}
.color-3 {
color: #2a6b93;
}
.color-4 {
color: #c3b192;
}
.color-5 {
color: #682c2f;
}

/* CSS Variables */
:root {
--color-1: #f47b1f;
--color-2: #a23457;
--color-3: #2a6b93;
--color-4: #c3b192;
--color-5: #682c2f;
}

Japanese Autumn with Blues and Reds background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f47b1f, #a23457, #2a6b93, #c3b192, #682c2f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f47b1f, #a23457, #2a6b93, #c3b192, #682c2f);
}

Japanese Autumn with Blues and Reds color palette created on .