Vibrant Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Vibrant Orange palette

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

Vibrant Orange カラーパレット (PNG) をダウンロード

Download vibrant orange color palette PNG image (landscape)
Download vibrant orange color palette PNG image (square)

Vibrant Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #f47f1f;
}
.color-2 {
color: #fa428f;
}
.color-3 {
color: #f75d55;
}
.color-4 {
color: #f2b53a;
}
.color-5 {
color: #ff913d;
}

/* CSS Variables */
:root {
--color-1: #f47f1f;
--color-2: #fa428f;
--color-3: #f75d55;
--color-4: #f2b53a;
--color-5: #ff913d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f47f1f, #fa428f, #f75d55, #f2b53a, #ff913d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f47f1f, #fa428f, #f75d55, #f2b53a, #ff913d);
}

Vibrant Orange color palette created on .