Vibrant Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Orange palette

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

Vibrant Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #e94e77;
}
.color-3 {
color: #685b9a;
}
.color-4 {
color: #4ccdc4;
}
.color-5 {
color: #f6e48e;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #e94e77;
--color-3: #685b9a;
--color-4: #4ccdc4;
--color-5: #f6e48e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #e94e77, #685b9a, #4ccdc4, #f6e48e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #e94e77, #685b9a, #4ccdc4, #f6e48e);
}

Vibrant Orange color palette created on .