Orange Vibes カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Orange Vibes palette

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

Orange Vibes カラーパレット CSS

/* CSS */
.color-1 {
color: #f6b83c;
}
.color-2 {
color: #f9c9a9;
}
.color-3 {
color: #e77e23;
}
.color-4 {
color: #f39c12;
}
.color-5 {
color: #d15400;
}

/* CSS Variables */
:root {
--color-1: #f6b83c;
--color-2: #f9c9a9;
--color-3: #e77e23;
--color-4: #f39c12;
--color-5: #d15400;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6b83c, #f9c9a9, #e77e23, #f39c12, #d15400);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6b83c, #f9c9a9, #e77e23, #f39c12, #d15400);
}

Orange Vibes color palette created on .