Rin's Radiance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Rin's Radiance palette
Rin's Radiance カラーパレット CSS
/* CSS */
.color-1 {
color: #ff9900;
}
.color-2 {
color: #ff5d38;
}
.color-3 {
color: #ff1f5e;
}
.color-4 {
color: #9a2eff;
}
.color-5 {
color: #3b3c8c;
}
/* CSS Variables */
:root {
--color-1: #ff9900;
--color-2: #ff5d38;
--color-3: #ff1f5e;
--color-4: #9a2eff;
--color-5: #3b3c8c;
}
Rin's Radiance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9900, #ff5d38, #ff1f5e, #9a2eff, #3b3c8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9900, #ff5d38, #ff1f5e, #9a2eff, #3b3c8c);
}
似たようなカラーパレット
Rin's Radiance color palette created on .