Romantic Orange Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Romantic Orange palette

Condividi questa palette a:

tavolozza dei colori Romantic Orange CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f76e40;
}
.color-3 {
color: #da4e4e;
}
.color-4 {
color: #a24e8e;
}
.color-5 {
color: #7a4fba;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f76e40;
--color-3: #da4e4e;
--color-4: #a24e8e;
--color-5: #7a4fba;
}

CSS con gradiente di sfondo Romantic Orange

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f76e40, #da4e4e, #a24e8e, #7a4fba);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f76e40, #da4e4e, #a24e8e, #7a4fba);
}

Romantic Orange color palette created on .