Orange Celebration Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Celebration palette

Condividi questa palette a:

tavolozza dei colori Orange Celebration CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ff6d33;
}
.color-4 {
color: #ff513d;
}
.color-5 {
color: #ff2e2e;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff8b42;
--color-3: #ff6d33;
--color-4: #ff513d;
--color-5: #ff2e2e;
}

CSS con gradiente di sfondo Orange Celebration

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff8b42, #ff6d33, #ff513d, #ff2e2e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff8b42, #ff6d33, #ff513d, #ff2e2e);
}

Orange Celebration color palette created on .