Orange and Blue Delight Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Orange and Blue Delight palette

Share this palette to:

Orange and Blue Delight color palette CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #3982d0;
}
.color-3 {
color: #ffb700;
}
.color-4 {
color: #2b3d50;
}
.color-5 {
color: #ff8b42;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #3982d0;
--color-3: #ffb700;
--color-4: #2b3d50;
--color-5: #ff8b42;
}

Orange and Blue Delight background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #3982d0, #ffb700, #2b3d50, #ff8b42);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #3982d0, #ffb700, #2b3d50, #ff8b42);
}

Orange and Blue Delight color palette created on .