Rebel Radiance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Rebel Radiance palette

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

Rebel Radiance カラーパレット CSS

/* CSS */
.color-1 {
color: #161213;
}
.color-2 {
color: #670e1e;
}
.color-3 {
color: #a04058;
}
.color-4 {
color: #9d7415;
}
.color-5 {
color: #60aa3c;
}

/* CSS Variables */
:root {
--color-1: #161213;
--color-2: #670e1e;
--color-3: #a04058;
--color-4: #9d7415;
--color-5: #60aa3c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #161213, #670e1e, #a04058, #9d7415, #60aa3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #161213, #670e1e, #a04058, #9d7415, #60aa3c);
}

Rebel Radiance color palette created on .