Shades of Yellow and Blue Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Yellow and Blue palette

Condividi questa palette a:

tavolozza dei colori Shades of Yellow and Blue CSS

/* CSS */
.color-1 {
color: #ffd900;
}
.color-2 {
color: #00bfff;
}
.color-3 {
color: #4e8d8d;
}
.color-4 {
color: #f0e78e;
}
.color-5 {
color: #ff4400;
}

/* CSS Variables */
:root {
--color-1: #ffd900;
--color-2: #00bfff;
--color-3: #4e8d8d;
--color-4: #f0e78e;
--color-5: #ff4400;
}

CSS con gradiente di sfondo Shades of Yellow and Blue

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd900, #00bfff, #4e8d8d, #f0e78e, #ff4400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd900, #00bfff, #4e8d8d, #f0e78e, #ff4400);
}

Shades of Yellow and Blue color palette created on .