Vibrant Rebellion カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Rebellion palette
Vibrant Rebellion カラーパレット CSS
/* CSS */
.color-1 {
color: #ffad42;
}
.color-2 {
color: #ff713d;
}
.color-3 {
color: #d60032;
}
.color-4 {
color: #a400b3;
}
.color-5 {
color: #6a00ff;
}
/* CSS Variables */
:root {
--color-1: #ffad42;
--color-2: #ff713d;
--color-3: #d60032;
--color-4: #a400b3;
--color-5: #6a00ff;
}
Vibrant Rebellion の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffad42, #ff713d, #d60032, #a400b3, #6a00ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffad42, #ff713d, #d60032, #a400b3, #6a00ff);
}
似たようなカラーパレット
Vibrant Rebellion color palette created on .