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