Vibrant Orange Disco カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Orange Disco palette

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

Vibrant Orange Disco カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ff3d5a;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #8c00b3;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #ff6d1f;
--color-3: #ff3d5a;
--color-4: #d6006f;
--color-5: #8c00b3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #ff6d1f, #ff3d5a, #d6006f, #8c00b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #ff6d1f, #ff3d5a, #d6006f, #8c00b3);
}

Vibrant Orange Disco color palette created on .