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