Sky Serenade カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Sky Serenade palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Sky Serenade カラーパレット (PNG) をダウンロード
Sky Serenade カラーパレット CSS
/* CSS */
.color-1 {
color: #9bb8f8;
}
.color-2 {
color: #c9ccf8;
}
.color-3 {
color: #f7ddf8;
}
.color-4 {
color: #faebf9;
}
.color-5 {
color: #fbeff8;
}
/* CSS Variables */
:root {
--color-1: #9bb8f8;
--color-2: #c9ccf8;
--color-3: #f7ddf8;
--color-4: #faebf9;
--color-5: #fbeff8;
}
Sky Serenade の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9bb8f8, #c9ccf8, #f7ddf8, #faebf9, #fbeff8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9bb8f8, #c9ccf8, #f7ddf8, #faebf9, #fbeff8);
}
似たようなカラーパレット
Sky Serenade color palette created on .