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