Vibrant Yellow Red Sky Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Vibrant Yellow Red Sky palette

Condividi questa palette a:

tavolozza dei colori Vibrant Yellow Red Sky CSS

/* CSS */
.color-1 {
color: #f9d44e;
}
.color-2 {
color: #e04f38;
}
.color-3 {
color: #2a9cf4;
}
.color-4 {
color: #f7bf5e;
}
.color-5 {
color: #c84a3c;
}

/* CSS Variables */
:root {
--color-1: #f9d44e;
--color-2: #e04f38;
--color-3: #2a9cf4;
--color-4: #f7bf5e;
--color-5: #c84a3c;
}

CSS con gradiente di sfondo Vibrant Yellow Red Sky

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d44e, #e04f38, #2a9cf4, #f7bf5e, #c84a3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d44e, #e04f38, #2a9cf4, #f7bf5e, #c84a3c);
}

Vibrant Yellow Red Sky color palette created on .