Blue to Yellow Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Blue to Yellow palette
Blue to Yellow color palette CSS
/* CSS */
.color-1 {
color: #1e3d6c;
}
.color-2 {
color: #4d6d9d;
}
.color-3 {
color: #8aaddb;
}
.color-4 {
color: #f1e6a7;
}
.color-5 {
color: #f7cf69;
}
/* CSS Variables */
:root {
--color-1: #1e3d6c;
--color-2: #4d6d9d;
--color-3: #8aaddb;
--color-4: #f1e6a7;
--color-5: #f7cf69;
}
Blue to Yellow background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e3d6c, #4d6d9d, #8aaddb, #f1e6a7, #f7cf69);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e3d6c, #4d6d9d, #8aaddb, #f1e6a7, #f7cf69);
}
Similar color palettes
Blue to Yellow color palette created on .