Sporty Orange カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Sporty Orange palette

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

Sporty Orange カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffb300;
}
.color-3 {
color: #ffca38;
}
.color-4 {
color: #8bdaa4;
}
.color-5 {
color: #3ba07b;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffb300;
--color-3: #ffca38;
--color-4: #8bdaa4;
--color-5: #3ba07b;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffb300, #ffca38, #8bdaa4, #3ba07b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffb300, #ffca38, #8bdaa4, #3ba07b);
}

Sporty Orange color palette created on .