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: #ff6e61;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #fff175;
}
.color-4 {
color: #a4d5a6;
}
.color-5 {
color: #65b5f6;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ffb84d;
--color-3: #fff175;
--color-4: #a4d5a6;
--color-5: #65b5f6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ffb84d, #fff175, #a4d5a6, #65b5f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ffb84d, #fff175, #a4d5a6, #65b5f6);
}

Vibrant Orange color palette created on .