Red and Orange Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Red and Orange Harmony palette

Share this palette to:

Red and Orange Harmony color palette CSS

/* CSS */
.color-1 {
color: #d82c2f;
}
.color-2 {
color: #f79c40;
}
.color-3 {
color: #f9d64e;
}
.color-4 {
color: #6bbf4a;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #d82c2f;
--color-2: #f79c40;
--color-3: #f9d64e;
--color-4: #6bbf4a;
--color-5: #4b91e2;
}

Red and Orange Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d82c2f, #f79c40, #f9d64e, #6bbf4a, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d82c2f, #f79c40, #f9d64e, #6bbf4a, #4b91e2);
}

Red and Orange Harmony color palette created on .