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