Vibrant Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Orange palette

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

Vibrant Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f1c84b;
}
.color-2 {
color: #ff8c00;
}
.color-3 {
color: #ff5d38;
}
.color-4 {
color: #ff2929;
}
.color-5 {
color: #c52b80;
}

/* CSS Variables */
:root {
--color-1: #f1c84b;
--color-2: #ff8c00;
--color-3: #ff5d38;
--color-4: #ff2929;
--color-5: #c52b80;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1c84b, #ff8c00, #ff5d38, #ff2929, #c52b80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1c84b, #ff8c00, #ff5d38, #ff2929, #c52b80);
}

Vibrant Orange color palette created on .