Shades of Yellow Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Yellow Blue palette

Condividi questa palette a:

tavolozza dei colori Shades of Yellow Blue CSS

/* CSS */
.color-1 {
color: #f9a824;
}
.color-2 {
color: #f6c06a;
}
.color-3 {
color: #f2e9a1;
}
.color-4 {
color: #a9d3e0;
}
.color-5 {
color: #83a8d2;
}

/* CSS Variables */
:root {
--color-1: #f9a824;
--color-2: #f6c06a;
--color-3: #f2e9a1;
--color-4: #a9d3e0;
--color-5: #83a8d2;
}

CSS con gradiente di sfondo Shades of Yellow Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9a824, #f6c06a, #f2e9a1, #a9d3e0, #83a8d2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9a824, #f6c06a, #f2e9a1, #a9d3e0, #83a8d2);
}

Shades of Yellow Blue color palette created on .