Orange Sunrise Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Sunrise palette

Condividi questa palette a:

tavolozza dei colori Orange Sunrise CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffce80;
}
.color-4 {
color: #ffd9a8;
}
.color-5 {
color: #fff4e0;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ffb84d;
--color-3: #ffce80;
--color-4: #ffd9a8;
--color-5: #fff4e0;
}

CSS con gradiente di sfondo Orange Sunrise

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ffb84d, #ffce80, #ffd9a8, #fff4e0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ffb84d, #ffce80, #ffd9a8, #fff4e0);
}

Orange Sunrise color palette created on .