Shades of Orange and Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Orange and Blue palette
Shades of Orange and Blue color palette CSS
/* CSS */
.color-1 {
color: #f3a34f;
}
.color-2 {
color: #f4cf3e;
}
.color-3 {
color: #f6f288;
}
.color-4 {
color: #87d0e8;
}
.color-5 {
color: #4aa0ba;
}
/* CSS Variables */
:root {
--color-1: #f3a34f;
--color-2: #f4cf3e;
--color-3: #f6f288;
--color-4: #87d0e8;
--color-5: #4aa0ba;
}
Shades of Orange and Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3a34f, #f4cf3e, #f6f288, #87d0e8, #4aa0ba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3a34f, #f4cf3e, #f6f288, #87d0e8, #4aa0ba);
}
Similar color palettes
Scroll down to explore 700+ Bright color palettes
Shades of Orange and Blue color palette created on .