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