Chaotic Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Chaotic Orange palette

Share this palette to:

Chaotic Orange color palette CSS

/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffcc00;
}
.color-4 {
color: #6c7dcb;
}
.color-5 {
color: #5d4b8b;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #ffcc00;
--color-4: #6c7dcb;
--color-5: #5d4b8b;
}

Chaotic Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #ffcc00, #6c7dcb, #5d4b8b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #ffcc00, #6c7dcb, #5d4b8b);
}

Chaotic Orange color palette created on .