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