Shades of Yellow Blue Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Shades of Yellow Blue palette
Shades of Yellow Blue color palette CSS
/* CSS */
.color-1 {
color: #f0a800;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f6e6a7;
}
.color-4 {
color: #b2e0f0;
}
.color-5 {
color: #6a97c8;
}
/* CSS Variables */
:root {
--color-1: #f0a800;
--color-2: #f1c84b;
--color-3: #f6e6a7;
--color-4: #b2e0f0;
--color-5: #6a97c8;
}
Shades of Yellow Blue background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a800, #f1c84b, #f6e6a7, #b2e0f0, #6a97c8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a800, #f1c84b, #f6e6a7, #b2e0f0, #6a97c8);
}
Similar color palettes
Shades of Yellow Blue color palette created on .