Traditional Blue and Red Earth Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Traditional Blue and Red Earth palette

Share this palette to:

Traditional Blue and Red Earth color palette CSS

/* CSS */
.color-1 {
color: #38699f;
}
.color-2 {
color: #ce5f46;
}
.color-3 {
color: #956741;
}
.color-4 {
color: #40689c;
}
.color-5 {
color: #c33c52;
}

/* CSS Variables */
:root {
--color-1: #38699f;
--color-2: #ce5f46;
--color-3: #956741;
--color-4: #40689c;
--color-5: #c33c52;
}

Traditional Blue and Red Earth background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #38699f, #ce5f46, #956741, #40689c, #c33c52);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #38699f, #ce5f46, #956741, #40689c, #c33c52);
}

Traditional Blue and Red Earth color palette created on .