Apple Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Apple Green palette

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

Apple Green カラーパレット CSS

/* CSS */
.color-1 {
color: #ff4d3d;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #a7d86f;
}
.color-4 {
color: #3ebb9e;
}
.color-5 {
color: #3d5eff;
}

/* CSS Variables */
:root {
--color-1: #ff4d3d;
--color-2: #ffb84d;
--color-3: #a7d86f;
--color-4: #3ebb9e;
--color-5: #3d5eff;
}

Apple Green の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff4d3d, #ffb84d, #a7d86f, #3ebb9e, #3d5eff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff4d3d, #ffb84d, #a7d86f, #3ebb9e, #3d5eff);
}

Apple Green color palette created on .