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