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