Applejack Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Applejack Sunset palette
Applejack Sunset カラー パレット PNG 画像
Applejack Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #f2b54a;
}
.color-2 {
color: #e39e59;
}
.color-3 {
color: #cc7c66;
}
.color-4 {
color: #a95b66;
}
.color-5 {
color: #874a77;
}
/* CSS Variables */
:root {
--color-1: #f2b54a;
--color-2: #e39e59;
--color-3: #cc7c66;
--color-4: #a95b66;
--color-5: #874a77;
}
Applejack Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b54a, #e39e59, #cc7c66, #a95b66, #874a77);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b54a, #e39e59, #cc7c66, #a95b66, #874a77);
}
似たようなカラーパレット
Applejack Sunset color palette created on .