Vibrant Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Orange palette

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

Vibrant Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #fab700;
}
.color-2 {
color: #f86c30;
}
.color-3 {
color: #d8315b;
}
.color-4 {
color: #a82e9e;
}
.color-5 {
color: #5e2d8f;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #f86c30;
--color-3: #d8315b;
--color-4: #a82e9e;
--color-5: #5e2d8f;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #f86c30, #d8315b, #a82e9e, #5e2d8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #f86c30, #d8315b, #a82e9e, #5e2d8f);
}

Vibrant Orange color palette created on .