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