Orange Shooting Star Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Orange Shooting Star palette

Condividi questa palette a:

tavolozza dei colori Orange Shooting Star CSS

/* CSS */
.color-1 {
color: #f8e61b;
}
.color-2 {
color: #f4a20b;
}
.color-3 {
color: #f26d07;
}
.color-4 {
color: #c45c36;
}
.color-5 {
color: #8d2a4b;
}

/* CSS Variables */
:root {
--color-1: #f8e61b;
--color-2: #f4a20b;
--color-3: #f26d07;
--color-4: #c45c36;
--color-5: #8d2a4b;
}

CSS con gradiente di sfondo Orange Shooting Star

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8e61b, #f4a20b, #f26d07, #c45c36, #8d2a4b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8e61b, #f4a20b, #f26d07, #c45c36, #8d2a4b);
}

Orange Shooting Star color palette created on .