Vibrant Heroics カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Vibrant Heroics palette
Vibrant Heroics カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffc300;
}
.color-3 {
color: #dbf7a6;
}
.color-4 {
color: #007fff;
}
.color-5 {
color: #ff1492;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffc300;
--color-3: #dbf7a6;
--color-4: #007fff;
--color-5: #ff1492;
}
Vibrant Heroics の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffc300, #dbf7a6, #007fff, #ff1492);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffc300, #dbf7a6, #007fff, #ff1492);
}
似たようなカラーパレット
下にスクロールして700+個のブライトカラーパレットを探索しましょう
Vibrant Heroics color palette created on .