Vibrant Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Orange palette

このパレットを共有する先:

Vibrant Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #ff9d00;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #ff296d;
}
.color-5 {
color: #ff3d8e;
}

/* CSS Variables */
:root {
--color-1: #ff9d00;
--color-2: #ff6d1f;
--color-3: #ff4d4f;
--color-4: #ff296d;
--color-5: #ff3d8e;
}

Vibrant Orange の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9d00, #ff6d1f, #ff4d4f, #ff296d, #ff3d8e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9d00, #ff6d1f, #ff4d4f, #ff296d, #ff3d8e);
}

Vibrant Orange color palette created on .