Rebellious Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rebellious Radiance palette

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

Rebellious Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #ff7142;
}
.color-3 {
color: #ff4d7f;
}
.color-4 {
color: #6d2c90;
}
.color-5 {
color: #2a9d90;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff7142;
--color-3: #ff4d7f;
--color-4: #6d2c90;
--color-5: #2a9d90;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff7142, #ff4d7f, #6d2c90, #2a9d90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff7142, #ff4d7f, #6d2c90, #2a9d90);
}

Rebellious Radiance color palette created on .