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