Vibrant Orange Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Orange Red palette

Share this palette to:

Vibrant Orange Red color palette CSS

/* CSS */
.color-1 {
color: #ffd694;
}
.color-2 {
color: #ffa3a5;
}
.color-3 {
color: #fc789e;
}
.color-4 {
color: #f83580;
}
.color-5 {
color: #9e42fa;
}

/* CSS Variables */
:root {
--color-1: #ffd694;
--color-2: #ffa3a5;
--color-3: #fc789e;
--color-4: #f83580;
--color-5: #9e42fa;
}

Vibrant Orange Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd694, #ffa3a5, #fc789e, #f83580, #9e42fa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd694, #ffa3a5, #fc789e, #f83580, #9e42fa);
}

Vibrant Orange Red color palette created on .