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