Vibrant Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Orange palette

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

Vibrant Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f5a300;
}
.color-2 {
color: #f46d2f;
}
.color-3 {
color: #c67b9c;
}
.color-4 {
color: #6f2c90;
}
.color-5 {
color: #000000;
}

/* CSS Variables */
:root {
--color-1: #f5a300;
--color-2: #f46d2f;
--color-3: #c67b9c;
--color-4: #6f2c90;
--color-5: #000000;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a300, #f46d2f, #c67b9c, #6f2c90, #000000);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a300, #f46d2f, #c67b9c, #6f2c90, #000000);
}

Vibrant Orange color palette created on .