Rebellious Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rebellious Radiance palette

このパレットを共有する先:

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;
}

Rebellious Radiance の背景のグラデーション CSS

/* 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 .