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