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