Determined Red Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Determined Red palette

Share this palette to:

Determined Red color palette CSS

/* CSS */
.color-1 {
color: #f99f3e;
}
.color-2 {
color: #f86c30;
}
.color-3 {
color: #d84e2c;
}
.color-4 {
color: #a53a2c;
}
.color-5 {
color: #892a2c;
}

/* CSS Variables */
:root {
--color-1: #f99f3e;
--color-2: #f86c30;
--color-3: #d84e2c;
--color-4: #a53a2c;
--color-5: #892a2c;
}

Determined Red background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f99f3e, #f86c30, #d84e2c, #a53a2c, #892a2c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f99f3e, #f86c30, #d84e2c, #a53a2c, #892a2c);
}

Determined Red color palette created on .