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