Shades of Yellow and Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Yellow and Blue palette
Shades of Yellow and Blue color palette CSS
/* CSS */
.color-1 {
color: #f7c94b;
}
.color-2 {
color: #f56e3d;
}
.color-3 {
color: #ec3c3c;
}
.color-4 {
color: #4f76b5;
}
.color-5 {
color: #6bb8c7;
}
/* CSS Variables */
:root {
--color-1: #f7c94b;
--color-2: #f56e3d;
--color-3: #ec3c3c;
--color-4: #4f76b5;
--color-5: #6bb8c7;
}
Shades of Yellow and Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7c94b, #f56e3d, #ec3c3c, #4f76b5, #6bb8c7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7c94b, #f56e3d, #ec3c3c, #4f76b5, #6bb8c7);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Shades of Yellow and Blue color palette created on .