Vibrant Orange Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Orange palette

Share this palette to:

Vibrant Orange color palette CSS

/* CSS */
.color-1 {
color: #edd4fc;
}
.color-2 {
color: #ebe3fc;
}
.color-3 {
color: #e4dffb;
}
.color-4 {
color: #bee3fe;
}
.color-5 {
color: #e4cafc;
}

/* CSS Variables */
:root {
--color-1: #edd4fc;
--color-2: #ebe3fc;
--color-3: #e4dffb;
--color-4: #bee3fe;
--color-5: #e4cafc;
}

Vibrant Orange background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #edd4fc, #ebe3fc, #e4dffb, #bee3fe, #e4cafc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #edd4fc, #ebe3fc, #e4dffb, #bee3fe, #e4cafc);
}

Vibrant Orange color palette created on .