Celestial Elegance カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Celestial Elegance palette
Celestial Elegance カラーパレット CSS
/* CSS */
.color-1 {
color: #883e8e;
}
.color-2 {
color: #a95b9d;
}
.color-3 {
color: #c57cb2;
}
.color-4 {
color: #e9a5c1;
}
.color-5 {
color: #f4c8d3;
}
/* CSS Variables */
:root {
--color-1: #883e8e;
--color-2: #a95b9d;
--color-3: #c57cb2;
--color-4: #e9a5c1;
--color-5: #f4c8d3;
}
Celestial Elegance の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #883e8e, #a95b9d, #c57cb2, #e9a5c1, #f4c8d3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #883e8e, #a95b9d, #c57cb2, #e9a5c1, #f4c8d3);
}
似たようなカラーパレット
下にスクロールして200+個のエステティックカラーパレットを探索しましょう
Celestial Elegance color palette created on .