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