Vibrant Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Orange palette

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

Vibrant Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f0a400;
}
.color-2 {
color: #ff6e00;
}
.color-3 {
color: #ff2f00;
}
.color-4 {
color: #d6006f;
}
.color-5 {
color: #6a00ff;
}

/* CSS Variables */
:root {
--color-1: #f0a400;
--color-2: #ff6e00;
--color-3: #ff2f00;
--color-4: #d6006f;
--color-5: #6a00ff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0a400, #ff6e00, #ff2f00, #d6006f, #6a00ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0a400, #ff6e00, #ff2f00, #d6006f, #6a00ff);
}

Vibrant Orange color palette created on .