Vibrant Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Orange palette

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

Vibrant Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #ff5f2e;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffeb8a;
}
.color-4 {
color: #72d0e3;
}
.color-5 {
color: #3f7d92;
}

/* CSS Variables */
:root {
--color-1: #ff5f2e;
--color-2: #ffb84d;
--color-3: #ffeb8a;
--color-4: #72d0e3;
--color-5: #3f7d92;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5f2e, #ffb84d, #ffeb8a, #72d0e3, #3f7d92);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5f2e, #ffb84d, #ffeb8a, #72d0e3, #3f7d92);
}

Vibrant Orange color palette created on .