Rebellious Radiance Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Rebellious Radiance palette

Condividi questa palette a:

tavolozza dei colori Rebellious Radiance CSS

/* CSS */
.color-1 {
color: #faaf00;
}
.color-2 {
color: #ff662e;
}
.color-3 {
color: #ff475a;
}
.color-4 {
color: #951882;
}
.color-5 {
color: #22a57e;
}

/* CSS Variables */
:root {
--color-1: #faaf00;
--color-2: #ff662e;
--color-3: #ff475a;
--color-4: #951882;
--color-5: #22a57e;
}

CSS con gradiente di sfondo Rebellious Radiance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faaf00, #ff662e, #ff475a, #951882, #22a57e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faaf00, #ff662e, #ff475a, #951882, #22a57e);
}

Rebellious Radiance color palette created on .