Orange Sunshine カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Orange Sunshine palette
Orange Sunshine カラーパレット CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9d4d;
}
.color-3 {
color: #ffcc7a;
}
.color-4 {
color: #ffee99;
}
.color-5 {
color: #ffee70;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9d4d;
--color-3: #ffcc7a;
--color-4: #ffee99;
--color-5: #ffee70;
}
Orange Sunshine の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9d4d, #ffcc7a, #ffee99, #ffee70);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9d4d, #ffcc7a, #ffee99, #ffee70);
}
似たようなカラーパレット
下にスクロールして400+個のブライトカラーパレットを探索しましょう
Orange Sunshine color palette created on .