Apple Jack カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Apple Jack palette
Apple Jack カラーパレット CSS
/* CSS */
.color-1 {
color: #ff5833;
}
.color-2 {
color: #ffbe33;
}
.color-3 {
color: #74ff33;
}
.color-4 {
color: #33ffbe;
}
.color-5 {
color: #33a0ff;
}
/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #ffbe33;
--color-3: #74ff33;
--color-4: #33ffbe;
--color-5: #33a0ff;
}
Apple Jack の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #ffbe33, #74ff33, #33ffbe, #33a0ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #ffbe33, #74ff33, #33ffbe, #33a0ff);
}
似たようなカラーパレット
Apple Jack color palette created on .