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