Orange Applejack カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Orange Applejack palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Orange Applejack カラーパレット (PNG) をダウンロード
Orange Applejack カラーパレット CSS
/* CSS */
.color-1 {
color: #d54f2a;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #fbcf4b;
}
.color-4 {
color: #8bc63f;
}
.color-5 {
color: #007a3d;
}
/* CSS Variables */
:root {
--color-1: #d54f2a;
--color-2: #f0a800;
--color-3: #fbcf4b;
--color-4: #8bc63f;
--color-5: #007a3d;
}
Orange Applejack の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d54f2a, #f0a800, #fbcf4b, #8bc63f, #007a3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d54f2a, #f0a800, #fbcf4b, #8bc63f, #007a3d);
}
似たようなカラーパレット
Orange Applejack color palette created on .