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