Shades of Yellow and Blue Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Shades of Yellow and Blue palette
tavolozza dei colori Shades of Yellow and Blue CSS
/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #ff8e3d;
}
.color-3 {
color: #ff5c5c;
}
.color-4 {
color: #6b8eff;
}
.color-5 {
color: #5983e3;
}
/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #ff8e3d;
--color-3: #ff5c5c;
--color-4: #6b8eff;
--color-5: #5983e3;
}
CSS con gradiente di sfondo Shades of Yellow and Blue
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #ff8e3d, #ff5c5c, #6b8eff, #5983e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #ff8e3d, #ff5c5c, #6b8eff, #5983e3);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 500+ tavolozzas di colori Brillante
Shades of Yellow and Blue color palette created on .